Skip to content

Commit

Permalink
kops - Set cluster name in upgrade test
Browse files Browse the repository at this point in the history
The script requires one be set, so this uses the same name that kubetest2-kops would use itself
  • Loading branch information
rifelpet committed Jan 20, 2021
1 parent 75da974 commit 4450245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/jobs/kubernetes/kops/kops-periodics-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ periodics:
env:
- name: CLOUD_PROVIDER
value: aws
- name: CLUSTER_NAME
value: e2e-f9b0e6b3f9-bb3c3.test-cncf-aws.k8s.io
securityContext:
privileged: true
resources:
Expand Down

0 comments on commit 4450245

Please sign in to comment.