diff --git a/content/en/blog/_posts/2019-12-09-csi-volume-migration-beta.md b/content/en/blog/_posts/2019-12-09-csi-volume-migration-beta.md index 864ecfbaad7..a1b00df443f 100644 --- a/content/en/blog/_posts/2019-12-09-csi-volume-migration-beta.md +++ b/content/en/blog/_posts/2019-12-09-csi-volume-migration-beta.md @@ -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 ...