diff --git a/Documentation/high-availability.md b/Documentation/high-availability.md index 999f35da3..fd401cb12 100644 --- a/Documentation/high-availability.md +++ b/Documentation/high-availability.md @@ -1,5 +1,5 @@ --- -weight: 207 +weight: 208 toc: true title: High Availability menu: diff --git a/Documentation/operator.md b/Documentation/operator.md index a98c6c202..609767cef 100644 --- a/Documentation/operator.md +++ b/Documentation/operator.md @@ -1,5 +1,5 @@ --- -weight: 210 +weight: 211 toc: false title: CLI reference menu: diff --git a/Documentation/platform-guide.md b/Documentation/platform-guide.md index c592db317..cc9013e6d 100644 --- a/Documentation/platform-guide.md +++ b/Documentation/platform-guide.md @@ -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 diff --git a/Documentation/rbac-crd.md b/Documentation/rbac-crd.md index aeadea110..3e7b0eef5 100644 --- a/Documentation/rbac-crd.md +++ b/Documentation/rbac-crd.md @@ -1,5 +1,5 @@ --- -weight: 206 +weight: 207 toc: true title: RBAC for CRDs menu: diff --git a/Documentation/rbac.md b/Documentation/rbac.md index 79855f8af..dcbff87dc 100644 --- a/Documentation/rbac.md +++ b/Documentation/rbac.md @@ -1,5 +1,5 @@ --- -weight: 205 +weight: 206 toc: true title: RBAC menu: diff --git a/Documentation/thanos.md b/Documentation/thanos.md index b9d5f3977..1f4c2a974 100644 --- a/Documentation/thanos.md +++ b/Documentation/thanos.md @@ -1,5 +1,5 @@ --- -weight: 204 +weight: 205 toc: true title: Thanos menu: diff --git a/Documentation/troubleshooting.md b/Documentation/troubleshooting.md index 77063908b..c75412be0 100644 --- a/Documentation/troubleshooting.md +++ b/Documentation/troubleshooting.md @@ -1,5 +1,5 @@ --- -weight: 211 +weight: 212 toc: true title: Troubleshooting menu: diff --git a/Documentation/user-guides/exposing-prometheus-and-alertmanager.md b/Documentation/user-guides/exposing-prometheus-and-alertmanager.md index c26812d9a..ce2588f8a 100644 --- a/Documentation/user-guides/exposing-prometheus-and-alertmanager.md +++ b/Documentation/user-guides/exposing-prometheus-and-alertmanager.md @@ -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. diff --git a/Documentation/user-guides/prometheus-agent.md b/Documentation/user-guides/prometheus-agent.md index 0342873f3..00044cef4 100644 --- a/Documentation/user-guides/prometheus-agent.md +++ b/Documentation/user-guides/prometheus-agent.md @@ -1,5 +1,5 @@ --- -weight: 203 +weight: 204 toc: true title: Prometheus Agent menu: diff --git a/Documentation/user-guides/storage.md b/Documentation/user-guides/storage.md index 6918e4f45..c9fa54d92 100644 --- a/Documentation/user-guides/storage.md +++ b/Documentation/user-guides/storage.md @@ -1,5 +1,5 @@ --- -weight: 208 +weight: 209 toc: true title: Storage menu: diff --git a/Documentation/user-guides/strategic-merge-patch.md b/Documentation/user-guides/strategic-merge-patch.md index 0c9dbfb4a..ecb9dd93c 100644 --- a/Documentation/user-guides/strategic-merge-patch.md +++ b/Documentation/user-guides/strategic-merge-patch.md @@ -1,5 +1,5 @@ --- -weight: 209 +weight: 210 toc: true title: Strategic Merge Patch menu: diff --git a/Documentation/user-guides/webhook.md b/Documentation/user-guides/webhook.md index 35b34fdd8..7084a153d 100644 --- a/Documentation/user-guides/webhook.md +++ b/Documentation/user-guides/webhook.md @@ -1,5 +1,5 @@ --- -weight: 202 +weight: 203 toc: true title: Admission webhook menu: