Skip to content

Commit 06766f8

Browse files
committed
fix the ci tests failure by bypassing nodegroup eviction
1 parent 0b82ebb commit 06766f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/eksctl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ eksctl::delete_cluster() {
124124

125125
echo "deleting cluster ${cluster_name}"
126126
if ! ${EKSCTL_BINARY} delete cluster \
127-
-f "${cluster_config}" \
127+
-f "${cluster_config}" --disable-nodegroup-eviction \
128128
--wait; then
129129
echo "unable to delete cluster ${cluster_name}"
130130
return 1

0 commit comments

Comments
 (0)