Skip to content

Commit d000628

Browse files
authored
Merge pull request #23225 from augustkang/add-closing-fence
Add code fence closing
2 parents 8622cd0 + b55ef24 commit d000628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,16 @@ statefulset.apps/web created
8585

8686
```shell
8787
kubectl get service nginx
88+
```
89+
```
8890
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
8991
nginx ClusterIP None <none> 80/TCP 12s
9092
```
9193
그리고 `web` 스테이트풀셋 정보를 가져와서 모두 성공적으로 생성되었는지 확인한다.
9294
```shell
9395
kubectl get statefulset web
9496
```
97+
```
9598
NAME DESIRED CURRENT AGE
9699
web 2 1 20s
97100
```

0 commit comments

Comments
 (0)