You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/kubernetes/end2end/docs/01-pv-path.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In this sample, we need to create three Persistent Volumes (PV) and Persistent V
4
4
-[PV and PVC for Prometheus server](../prometheus/persistence.yaml).
5
5
-[PV and PVC for Grafana server](../grafana/persistence.yaml).
6
6
7
-
> **Note**: To simply the configuration, we use `hostPath` PV that can only work in a single-node Kubernetes cluster, therefore, it's for demonstration purposes only. In a production environment, you would need to use a more sophisticated PV type like NFS, iSCSI. For more details, see the Kubernetes [Types of Persistent Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes) document.
7
+
> **Note**: To simply the configuration, we use `hostPath` PV that can only work in a single-node Kubernetes cluster; therefore, it's for demonstration purposes only. In a production environment, you would need to use a more sophisticated PV type like NFS, iSCSI. For more details, see the Kubernetes [Types of Persistent Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes) document.
8
8
9
9
To simplify configuration and management, the three PVs will share the same root path. Prepare a host folder as the root path of the PVs.
0 commit comments