We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d2851 commit 5e546c6Copy full SHA for 5e546c6
README.md
@@ -35,6 +35,9 @@ sudo mv ./kubectl-node_shell /usr/local/bin/kubectl-node_shell
35
# Get standard bash shell
36
kubectl node-shell <node>
37
38
+# Use custom image for pod
39
+kubectl node-shell <node> --image <image>
40
+
41
# Use X-mode (mount /host, and do not enter host namespace)
42
kubectl node-shell -x <node>
43
0 commit comments