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 33083a9 commit 7e4a10bCopy full SHA for 7e4a10b
kubectl-node_shell
@@ -84,7 +84,7 @@ if [ -z "$node" ]; then
84
exit 1
85
fi
86
87
-image="docker.io/library/alpine"
+image="${KUBECTL_NODE_SHELL_IMAGE:-docker.io/library/alpine}"
88
pod="nsenter-$(env LC_ALL=C tr -dc a-z0-9 </dev/urandom | head -c 6)"
89
90
# Check the node
0 commit comments