Skip to content

Commit 97e818a

Browse files
authored
Merge pull request #800 from gulywwx/fix-doc-debug-cmd-issue
doc: missing keyword pod in command
2 parents a9e1216 + 01607eb commit 97e818a

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)