From 41af4a17dbca3d95859da28e3f671fdcc1bac3ed Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Sun, 15 May 2022 10:36:59 +0800 Subject: [PATCH] Update csi-debug.md --- docs/csi-debug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csi-debug.md b/docs/csi-debug.md index 90bffbc3..1893bcef 100644 --- a/docs/csi-debug.md +++ b/docs/csi-debug.md @@ -1,6 +1,6 @@ ## CSI driver debug tips -### Case#1: volume create/delete failed +### case#1: volume create/delete failed - locate csi driver pod ```console $ kubectl get pod -o wide -n kube-system | grep csi-nfs-controller @@ -14,7 +14,7 @@ $ kubectl logs csi-nfs-controller-56bfddd689-dh5tk -c nfs -n kube-system > csi-n ``` > note: there could be multiple controller pods, if there are no helpful logs, try to get logs from other controller pods -### Case#2: volume mount/unmount failed +### case#2: volume mount/unmount failed - locate csi driver pod that does the actual volume mount/unmount ```console