Fix addon-resource-tracking scenario for new starting kops version

This commit is contained in:
John Gardiner Myers 2023-07-21 10:15:49 -07:00
parent b5caa76a6e
commit a3de9a1e16
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ KOPS_BASE_URL="https://artifacts.k8s.io/binaries/kops/1.26.5"
KOPS=$(kops-download-from-base)
# Start with a cluster running nodeTerminationHandler
ARGS="--set=cluster.spec.nodeTerminationHandler.enabled=true"
ARGS="${ARGS} --set=cluster.spec.nodeTerminationHandler.enableSQSTerminationDraining=false"
ARGS="--set=cluster.spec.cloudProvider.aws.nodeTerminationHandler.enabled=true"
ARGS="${ARGS} --set=cluster.spec.cloudProvider.aws.nodeTerminationHandler.enableSQSTerminationDraining=false"
${KUBETEST2} \
--up \