Skip to content

Commit

Permalink
Merge pull request #3539 from oliviassss/e2e-fix
Browse files Browse the repository at this point in the history
fix the ci tests failure by bypassing nodegroup eviction
  • Loading branch information
k8s-ci-robot authored Jan 25, 2024
2 parents 0b82ebb + 06766f8 commit 0323c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/eksctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ eksctl::delete_cluster() {

echo "deleting cluster ${cluster_name}"
if ! ${EKSCTL_BINARY} delete cluster \
-f "${cluster_config}" \
-f "${cluster_config}" --disable-nodegroup-eviction \
--wait; then
echo "unable to delete cluster ${cluster_name}"
return 1
Expand Down

0 comments on commit 0323c82

Please sign in to comment.