Fixup markdown in kubernetes-1-17-feature-csi-migration-beta blog post (#18040)

pull/18661/head
Tim Bannister 2020-01-14 19:13:18 +00:00 committed by Kubernetes Prow Robot
parent 6dcda9ef58
commit 7d2b9a645b
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Verify that the pod is RUNNING after some time
kubectl get pods web-server
```
```shell
```
NAME READY STATUS RESTARTS AGE
web-server 1/1 Running 0 39s
```
@ -103,7 +103,7 @@ To confirm that the CSI driver is actually serving your requests it may be prude
kubectl logs {CSIdriverPodName} --container={CSIdriverContainerName}
```
```shell
```
/csi.v1.Controller/ControllerPublishVolume called with request: ...
Attaching disk ... to ...
ControllerPublishVolume succeeded for disk ... to instance ...