Skip to content

Commit eb4163e

Browse files
rosemarymaranorussgold
authored andcommitted
incorporate review comment
1 parent 143fa25 commit eb4163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/kubernetes/end2end/docs/01-pv-path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this sample, we need to create three Persistent Volumes (PV) and Persistent V
44
- [PV and PVC for Prometheus server](../prometheus/persistence.yaml).
55
- [PV and PVC for Grafana server](../grafana/persistence.yaml).
66

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.
88
99
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.
1010

0 commit comments

Comments
 (0)