mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
Merge pull request #7170 from Dharma-09/main
Fix Broken Links to Ingress Guide and Add Prometheus & Alertmanager Exposure Guide
This commit is contained in:
commit
75f1ae2c55
12 changed files with 25 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 207
|
||||
weight: 208
|
||||
toc: true
|
||||
title: High Availability
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 210
|
||||
weight: 211
|
||||
toc: false
|
||||
title: CLI reference
|
||||
menu:
|
||||
|
|
|
@ -11,7 +11,7 @@ draft: false
|
|||
description: Getting started page for Platform Guide
|
||||
---
|
||||
|
||||
This guide assumes you have a basic understanding of the Prometheus Operator. If you are new to it, please start with the [Introduction](introduction.md) page before proceeding. This guide will walk you through deploying Prometheus and Alertmanager instances.
|
||||
This guide assumes you have a basic understanding of the Prometheus Operator. If you are new to it, please start with the [Introduction]({{< ref "introduction.md" >}}) page before proceeding. This guide will walk you through deploying Prometheus and Alertmanager instances.
|
||||
|
||||
## Deploying Prometheus
|
||||
|
||||
|
@ -150,7 +150,7 @@ spec:
|
|||
Once the Service is created, the Alertmanager web server is available under the
|
||||
node's IP address on port `30903`.
|
||||
|
||||
> Note: Exposing the Alertmanager web server this way may not be an applicable solution. Read more about the possible options in the [Ingress guide](user-guides/exposing-prometheus-and-alertmanager.md).
|
||||
> Note: Exposing the Alertmanager web server this way may not be an applicable solution. Read more about the possible options in the [Ingress guide]({{< ref "exposing-prometheus-and-alertmanager.md" >}}).
|
||||
|
||||
### Configuring Alertmanager in Prometheus
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 206
|
||||
weight: 207
|
||||
toc: true
|
||||
title: RBAC for CRDs
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 205
|
||||
weight: 206
|
||||
toc: true
|
||||
title: RBAC
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 204
|
||||
weight: 205
|
||||
toc: true
|
||||
title: Thanos
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 211
|
||||
weight: 212
|
||||
toc: true
|
||||
title: Troubleshooting
|
||||
menu:
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
---
|
||||
weight: 202
|
||||
toc: true
|
||||
title: Exposing Prometheus and Alertmanager
|
||||
menu:
|
||||
docs:
|
||||
parent: user-guides
|
||||
lead: ""
|
||||
images: []
|
||||
draft: false
|
||||
description: Guide to exposing Prometheus and Alertmanager in Kubernetes using NodePort, ClusterIP, or Ingress for external access.
|
||||
---
|
||||
|
||||
<br>
|
||||
<div class="alert alert-info" role="alert">
|
||||
<i class="fa fa-exclamation-triangle"></i><b> Note:</b> Starting with v0.39.0, Prometheus Operator requires use of Kubernetes v1.16.x and up.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 203
|
||||
weight: 204
|
||||
toc: true
|
||||
title: Prometheus Agent
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 208
|
||||
weight: 209
|
||||
toc: true
|
||||
title: Storage
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 209
|
||||
weight: 210
|
||||
toc: true
|
||||
title: Strategic Merge Patch
|
||||
menu:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
weight: 202
|
||||
weight: 203
|
||||
toc: true
|
||||
title: Admission webhook
|
||||
menu:
|
||||
|
|
Loading…
Add table
Reference in a new issue