From 7d2b9a645beaafa0fae09de38d72c8c70998988f Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 14 Jan 2020 19:13:18 +0000 Subject: [PATCH] Fixup markdown in kubernetes-1-17-feature-csi-migration-beta blog post (#18040) --- .../en/blog/_posts/2019-12-09-csi-volume-migration-beta.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 864ecfbaad..a1b00df443 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 ...