1
0
Fork 0
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:
Nicolas Takashi 2024-12-20 10:44:00 +00:00 committed by GitHub
commit 75f1ae2c55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 25 additions and 12 deletions

View file

@ -1,5 +1,5 @@
--- ---
weight: 207 weight: 208
toc: true toc: true
title: High Availability title: High Availability
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 210 weight: 211
toc: false toc: false
title: CLI reference title: CLI reference
menu: menu:

View file

@ -11,7 +11,7 @@ draft: false
description: Getting started page for Platform Guide 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 ## Deploying Prometheus
@ -150,7 +150,7 @@ spec:
Once the Service is created, the Alertmanager web server is available under the Once the Service is created, the Alertmanager web server is available under the
node's IP address on port `30903`. 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 ### Configuring Alertmanager in Prometheus

View file

@ -1,5 +1,5 @@
--- ---
weight: 206 weight: 207
toc: true toc: true
title: RBAC for CRDs title: RBAC for CRDs
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 205 weight: 206
toc: true toc: true
title: RBAC title: RBAC
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 204 weight: 205
toc: true toc: true
title: Thanos title: Thanos
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 211 weight: 212
toc: true toc: true
title: Troubleshooting title: Troubleshooting
menu: menu:

View file

@ -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> <br>
<div class="alert alert-info" role="alert"> <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. <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.

View file

@ -1,5 +1,5 @@
--- ---
weight: 203 weight: 204
toc: true toc: true
title: Prometheus Agent title: Prometheus Agent
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 208 weight: 209
toc: true toc: true
title: Storage title: Storage
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 209 weight: 210
toc: true toc: true
title: Strategic Merge Patch title: Strategic Merge Patch
menu: menu:

View file

@ -1,5 +1,5 @@
--- ---
weight: 202 weight: 203
toc: true toc: true
title: Admission webhook title: Admission webhook
menu: menu: