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 3b7b8e3 commit aae8212Copy full SHA for aae8212
kubectl-node_shell
@@ -74,7 +74,7 @@ while [ $# -gt 0 ]; do
74
shift
75
done
76
if [ "$custom" = true ]; then
77
- cmd="$(echo "$cmd" | awk '1' RS=', \n') ]"
+ cmd="$(echo "$cmd" | awk '{sub(/..$/,"",$0); print $0}') ]"
78
else
79
cmd="$cmd\"bash\", \"-l\" ]"
80
fi
0 commit comments