Update run-single-instance-stateful-application.md (#9148)
After deploying the PV and PVC via the YAML file, run `kubectl describe pvc mysql-pv-claim` should show `mysql-pv-volume` as the `Volume`, instead of `mysql-pv`.
This commit is contained in:
@@ -114,7 +114,7 @@ for a secure solution.
|
|||||||
Namespace: default
|
Namespace: default
|
||||||
StorageClass:
|
StorageClass:
|
||||||
Status: Bound
|
Status: Bound
|
||||||
Volume: mysql-pv
|
Volume: mysql-pv-volume
|
||||||
Labels: <none>
|
Labels: <none>
|
||||||
Annotations: pv.kubernetes.io/bind-completed=yes
|
Annotations: pv.kubernetes.io/bind-completed=yes
|
||||||
pv.kubernetes.io/bound-by-controller=yes
|
pv.kubernetes.io/bound-by-controller=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user