Fixup markdown in kubernetes-1-17-feature-csi-migration-beta blog post (#18040)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6dcda9ef58
commit
7d2b9a645b
@@ -92,7 +92,7 @@ Verify that the pod is RUNNING after some time
|
|||||||
kubectl get pods web-server
|
kubectl get pods web-server
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
web-server 1/1 Running 0 39s
|
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}
|
kubectl logs {CSIdriverPodName} --container={CSIdriverContainerName}
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```
|
||||||
/csi.v1.Controller/ControllerPublishVolume called with request: ...
|
/csi.v1.Controller/ControllerPublishVolume called with request: ...
|
||||||
Attaching disk ... to ...
|
Attaching disk ... to ...
|
||||||
ControllerPublishVolume succeeded for disk ... to instance ...
|
ControllerPublishVolume succeeded for disk ... to instance ...
|
||||||
|
|||||||
Reference in New Issue
Block a user