Skip to content

Commit

Permalink
Merge branch 'kubernetes-sigs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddhabang authored Jan 25, 2024
2 parents 5db0cc7 + 0323c82 commit fe57ea4
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 fe57ea4

Please sign in to comment.