Merge pull request #23225 from augustkang/add-closing-fence
Add code fence closing
This commit is contained in:
commit
d000628149
|
@ -85,6 +85,8 @@ statefulset.apps/web created
|
|||
|
||||
```shell
|
||||
kubectl get service nginx
|
||||
```
|
||||
```
|
||||
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||
nginx ClusterIP None <none> 80/TCP 12s
|
||||
```
|
||||
|
@ -92,6 +94,7 @@ nginx ClusterIP None <none> 80/TCP 12s
|
|||
```shell
|
||||
kubectl get statefulset web
|
||||
```
|
||||
```
|
||||
NAME DESIRED CURRENT AGE
|
||||
web 2 1 20s
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue