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.
2 parents 0b82ebb + 06766f8 commit 0323c82Copy full SHA for 0323c82
scripts/lib/eksctl.sh
@@ -124,7 +124,7 @@ eksctl::delete_cluster() {
124
125
echo "deleting cluster ${cluster_name}"
126
if ! ${EKSCTL_BINARY} delete cluster \
127
- -f "${cluster_config}" \
+ -f "${cluster_config}" --disable-nodegroup-eviction \
128
--wait; then
129
echo "unable to delete cluster ${cluster_name}"
130
return 1
0 commit comments