From 153886c9443d34e1d10db5de1c5be1933df24666 Mon Sep 17 00:00:00 2001 From: Matthew Long Date: Tue, 3 Nov 2020 13:19:57 -0800 Subject: [PATCH 1/2] update cns tag in yaml --- cns/azure-cns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cns/azure-cns.yaml b/cns/azure-cns.yaml index ae64643433..e87dd53595 100644 --- a/cns/azure-cns.yaml +++ b/cns/azure-cns.yaml @@ -93,7 +93,7 @@ spec: effect: NoSchedule containers: - name: cns-container - image: mcr.microsoft.com/containernetworking/azure-cns:v1.1.9-alpha + image: mcr.microsoft.com/containernetworking/azure-cns:v1.2.0-alpha imagePullPolicy: IfNotPresent args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"] volumeMounts: From fa1edfd3cc20c784276db6b8e5ad362e0a7610ce Mon Sep 17 00:00:00 2001 From: Matthew Long Date: Tue, 3 Nov 2020 14:22:07 -0800 Subject: [PATCH 2/2] pipeline cleanup --- .pipelines/e2e-step-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/e2e-step-template.yaml b/.pipelines/e2e-step-template.yaml index 824ca6d4f9..26e9462630 100644 --- a/.pipelines/e2e-step-template.yaml +++ b/.pipelines/e2e-step-template.yaml @@ -85,7 +85,7 @@ steps: export CLIENT_SECRET=$(AKS_ENGINE_CLIENT_SECRET) export TENANT_ID=$(AKS_ENGINE_TENANT_ID) export SUBSCRIPTION_ID=$(AKS_ENGINE_SUBSCRIPTION_ID) - export CLEANUP_ON_EXIT=false + export CLEANUP_ON_EXIT=true export CLEANUP_IF_FAIL=false export REGIONS=$(AKS_ENGINE_REGION) export IS_JENKINS=false