mirror of https://github.com/kubernetes/kops.git
Fix addon-resource-tracking scenario for new starting kops version
This commit is contained in:
parent
b5caa76a6e
commit
a3de9a1e16
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue