Skip to content

Commit

Permalink
Prepare release v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Nov 12, 2024
1 parent 5e546c6 commit 3959c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubectl-node_shell
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

kubectl=kubectl
version=1.10.0
version=1.10.2
generator=""
node=""
nodefaultctx=0
Expand Down Expand Up @@ -191,4 +191,4 @@ fi
trap "EC=\$?; $kubectl delete pod --wait=false $pod >&2 || true; exit \$EC" EXIT INT TERM

echo "spawning \"$pod\" on \"$node\"" >&2
$kubectl run --image "$image" --restart=Never --overrides="$overrides" --labels="$labels" --pod-running-timeout="$pod_running_timeout" $([ "$tty" = true ] && echo -t) -i "$pod" $generator
$kubectl run --image "$image" --restart=Never --overrides="$overrides" --labels="$labels" --pod-running-timeout="$pod_running_timeout" $([ "$tty" = true ] && echo -t) -i "$pod" $generator

0 comments on commit 3959c0f

Please sign in to comment.