Skip to content

Commit

Permalink
add --force switch to all
Browse files Browse the repository at this point in the history
  • Loading branch information
MnrGreg committed Mar 12, 2022
1 parent bfaffdd commit b4312b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ for node in $nodes; do
if $dryrun; then
echo "kubectl drain $node --ignore-daemonsets --delete-emptydir-data --force"
else
kubectl drain "$node" --ignore-daemonsets --delete-emptydir-data
kubectl drain "$node" --ignore-daemonsets --delete-emptydir-data --force
fi
fi

Expand Down
Binary file modified v1.0.5.zip
Binary file not shown.

0 comments on commit b4312b7

Please sign in to comment.