From 445024518cec8ba4399aceb9cfe4a499bdc2b8d6 Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Tue, 19 Jan 2021 20:09:04 -0600 Subject: [PATCH] kops - Set cluster name in upgrade test The script requires one be set, so this uses the same name that kubetest2-kops would use itself --- config/jobs/kubernetes/kops/kops-periodics-misc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/jobs/kubernetes/kops/kops-periodics-misc.yaml b/config/jobs/kubernetes/kops/kops-periodics-misc.yaml index 4000012bf022..4675a1202f9e 100644 --- a/config/jobs/kubernetes/kops/kops-periodics-misc.yaml +++ b/config/jobs/kubernetes/kops/kops-periodics-misc.yaml @@ -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: