diff --git a/.pipelines/e2e-step-template.yaml b/.pipelines/e2e-step-template.yaml index 824ca6d4f..26e946263 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 diff --git a/cns/azure-cns.yaml b/cns/azure-cns.yaml index ae6464343..e87dd5359 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: