Skip to content

Commit

Permalink
drop cluster-name flag for eks-pod-identity-sandbox
Browse files Browse the repository at this point in the history
Validate kubernetes/kops#16217

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Jan 5, 2024
1 parent e7cd447 commit f6487e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/jobs/kubernetes/sig-k8s-infra/periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ periodics:
--up --down \
--cloud-provider=aws \
--create-args="--image='136693071363/debian-12-amd64-20231013-1532' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-ci-prow-sandbox/discovery" \
--cluster-name=e2e-kops-eks-sandbox-cilium-deb12.tests-kops-aws.k8s.io \
--kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
Expand All @@ -252,6 +251,8 @@ periodics:
env:
- name: DISCOVERY_STORE
value: "s3://k8s-kops-ci-prow-sandbox"
- name: KOPS_DNS_DOMAIN
value: "tests-kops-aws.k8s.io"
- name: KOPS_STATE_STORE
value: "s3://k8s-kops-ci-prow-sandbox-state-store"
- name: KUBE_SSH_KEY_PATH
Expand Down

0 comments on commit f6487e8

Please sign in to comment.