Merge pull request #15688 from johngmyers/addon-tracking

Fix addon-resource-tracking scenario for new starting kops version
This commit is contained in:
Kubernetes Prow Robot 2023-07-21 12:02:07 -07:00 committed by GitHub
commit e740351b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \