We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b5755 commit b060694Copy full SHA for b060694
pkg/types/fixes/assets/k3d-entrypoint.sh
@@ -25,7 +25,7 @@ until kubectl uncordon "$HOSTNAME"; do sleep 3; done
25
# shellcheck disable=SC3028
26
cleanup() {
27
echo Draining node...
28
- kubectl drain "$HOSTNAME" --force --delete-emptydir-data
+ kubectl drain "$HOSTNAME" --force --delete-emptydir-data --ignore-daemonsets --disable-eviction
29
echo Sending SIGTERM to k3s...
30
kill -15 $k3s_pid
31
echo Waiting for k3s to close...
0 commit comments