Merge pull request #23225 from augustkang/add-closing-fence

Add code fence closing
This commit is contained in:
Kubernetes Prow Robot 2020-08-30 17:52:20 -07:00 committed by GitHub
commit d000628149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
```