mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
Fixes some docs links to k8s docs
Closes https://github.com/prometheus-operator/prometheus-operator/issues/5375 Signed-off-by: JoaoBraveCoding <jmarcal@redhat.com>
This commit is contained in:
parent
567d65d4e1
commit
0180d535cb
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Network policies
|
# Network policies
|
||||||
|
|
||||||
[Network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) allow you easily restrict the ingress traffic between pods using [k8s labels](https://kubernetes.io/docs/user-guide/labels/).
|
[Network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) allow you easily restrict the ingress traffic between pods using [k8s labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/).
|
||||||
To keep your cluster safer, it's strongly recommended to enable network policies into prometheus namespace.
|
To keep your cluster safer, it's strongly recommended to enable network policies into prometheus namespace.
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|
|
@ -22,7 +22,7 @@ PersistentVolume to be provisioned when requested.
|
||||||
|
|
||||||
This document assumes a basic understanding of PersistentVolumes,
|
This document assumes a basic understanding of PersistentVolumes,
|
||||||
PersistentVolumeClaims, and their
|
PersistentVolumeClaims, and their
|
||||||
[provisioning](https://kubernetes.io/docs/user-guide/persistent-volumes/#provisioning).
|
[provisioning](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#provisioning).
|
||||||
|
|
||||||
## Storage Provisioning on AWS
|
## Storage Provisioning on AWS
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ parameters:
|
||||||
|
|
||||||
For best results, use volumes that have high I/O throughput. These examples use
|
For best results, use volumes that have high I/O throughput. These examples use
|
||||||
SSD EBS volumes. Read the Kubernetes [Persistent
|
SSD EBS volumes. Read the Kubernetes [Persistent
|
||||||
Volumes](https://kubernetes.io/docs/user-guide/persistent-volumes/#aws)
|
Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#provisioning)
|
||||||
documentation to adapt this `StorageClass` to your needs.
|
documentation to adapt this `StorageClass` to your needs.
|
||||||
|
|
||||||
The `StorageClass` that was created can be specified in the `storage` section
|
The `StorageClass` that was created can be specified in the `storage` section
|
||||||
|
|
Loading…
Add table
Reference in a new issue