From 01607eb17523ab53ca6437dbb3477471dbb009d5 Mon Sep 17 00:00:00 2001 From: XueFeng Date: Tue, 26 Nov 2024 15:59:56 +1100 Subject: [PATCH] missing keyword pod in command --- docs/csi-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csi-debug.md b/docs/csi-debug.md index 95cd08ba4..56408965c 100644 --- a/docs/csi-debug.md +++ b/docs/csi-debug.md @@ -11,7 +11,7 @@ csi-nfs-controller-56bfddd689-sl4ll 5/5 Running 0 35s 10 ``` - get pod description and logs ```console -$ kubectl describe csi-nfs-controller-56bfddd689-dh5tk -n kube-system > csi-nfs-controller-description.log +$ kubectl describe pod csi-nfs-controller-56bfddd689-dh5tk -n kube-system > csi-nfs-controller-description.log $ kubectl logs csi-nfs-controller-56bfddd689-dh5tk -c nfs -n kube-system > csi-nfs-controller.log ```