Skip to content

Commit d5105b5

Browse files
authored
Merge pull request #26464 from oke-py/style
style: separate commands from output
2 parents d99604b + e0e68de commit d5105b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/tasks/run-application/run-single-instance-stateful-application.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ for a secure solution.
6565

6666
kubectl describe deployment mysql
6767

68+
The output is similar to this:
69+
6870
Name: mysql
6971
Namespace: default
7072
CreationTimestamp: Tue, 01 Nov 2016 11:18:45 -0700
@@ -105,13 +107,17 @@ for a secure solution.
105107

106108
kubectl get pods -l app=mysql
107109

110+
The output is similar to this:
111+
108112
NAME READY STATUS RESTARTS AGE
109113
mysql-63082529-2z3ki 1/1 Running 0 3m
110114

111115
1. Inspect the PersistentVolumeClaim:
112116

113117
kubectl describe pvc mysql-pv-claim
114118

119+
The output is similar to this:
120+
115121
Name: mysql-pv-claim
116122
Namespace: default
117123
StorageClass:

0 commit comments

Comments
 (0)