Skip to content

Commit

Permalink
Merge pull request #33976 from rifelpet/dev
Browse files Browse the repository at this point in the history
Fix kops cluster creation in registry-sandbox.k8s.io canary
  • Loading branch information
k8s-ci-robot authored Dec 19, 2024
2 parents e29da74 + 12f6200 commit 9ab802c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--channel=alpha --networking=kubenet --container-runtime=containerd --set=spec.assets.containerProxy=registry-sandbox.k8s.io --set=cluster.spec.cloudProvider.aws.nodeTerminationHandler.enabled=false --set=cluster.spec.cloudProvider.aws.ebsCSIDriver.enabled=false --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--channel=alpha --networking=kubenet --container-runtime=containerd --set=spec.assets.containerProxy=registry-sandbox.k8s.io --set=cluster.spec.cloudProvider.aws.nodeTerminationHandler.enabled=false --discovery-store=s3://k8s-kops-prow/discovery" \
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
Expand Down

0 comments on commit 9ab802c

Please sign in to comment.