Skip to content

Commit 6324d63

Browse files
authored
Update basic-stateful-set.md
statefulset web revise
1 parent 262c351 commit 6324d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ nginx ClusterIP None <none> 80/TCP 12s
112112
kubectl get statefulset web
113113
```
114114
```
115-
NAME DESIRED CURRENT AGE
116-
web 2 1 20s
115+
NAME READT AGE
116+
web 2 20s
117117
```
118118

119119
### Ordered Pod creation
@@ -1325,4 +1325,4 @@ You also need to delete the persistent storage media for the PersistentVolumes
13251325
used in this tutorial.
13261326
Follow the necessary steps, based on your environment, storage configuration,
13271327
and provisioning method, to ensure that all storage is reclaimed.
1328-
{{< /note >}}
1328+
{{< /note >}}

0 commit comments

Comments
 (0)