Skip to content

Commit

Permalink
Merge pull request #800 from gulywwx/fix-doc-debug-cmd-issue
Browse files Browse the repository at this point in the history
doc: missing keyword pod in command
  • Loading branch information
k8s-ci-robot authored Nov 26, 2024
2 parents a9e1216 + 01607eb commit 97e818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csi-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 97e818a

Please sign in to comment.