Skip to content

Commit

Permalink
Merge pull request #15688 from johngmyers/addon-tracking
Browse files Browse the repository at this point in the history
Fix addon-resource-tracking scenario for new starting kops version
  • Loading branch information
k8s-ci-robot committed Jul 21, 2023
2 parents 7d4a6e1 + a3de9a1 commit e740351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/scenarios/addon-resource-tracking/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e740351

Please sign in to comment.