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