Skip to content

Commit 01607eb

Browse files
committed
missing keyword pod in command
1 parent a9e1216 commit 01607eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csi-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ csi-nfs-controller-56bfddd689-sl4ll 5/5 Running 0 35s 10
1111
```
1212
- get pod description and logs
1313
```console
14-
$ kubectl describe csi-nfs-controller-56bfddd689-dh5tk -n kube-system > csi-nfs-controller-description.log
14+
$ kubectl describe pod csi-nfs-controller-56bfddd689-dh5tk -n kube-system > csi-nfs-controller-description.log
1515
$ kubectl logs csi-nfs-controller-56bfddd689-dh5tk -c nfs -n kube-system > csi-nfs-controller.log
1616
```
1717

0 commit comments

Comments
 (0)