We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d99604b + e0e68de commit d5105b5Copy full SHA for d5105b5
content/en/docs/tasks/run-application/run-single-instance-stateful-application.md
@@ -65,6 +65,8 @@ for a secure solution.
65
66
kubectl describe deployment mysql
67
68
+ The output is similar to this:
69
+
70
Name: mysql
71
Namespace: default
72
CreationTimestamp: Tue, 01 Nov 2016 11:18:45 -0700
@@ -105,13 +107,17 @@ for a secure solution.
105
107
106
108
kubectl get pods -l app=mysql
109
110
111
112
NAME READY STATUS RESTARTS AGE
113
mysql-63082529-2z3ki 1/1 Running 0 3m
114
115
1. Inspect the PersistentVolumeClaim:
116
117
kubectl describe pvc mysql-pv-claim
118
119
120
121
Name: mysql-pv-claim
122
123
StorageClass:
0 commit comments