File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1818 - checkout : azure-container-networking
1919 - task : AzureCLI@2
2020 inputs :
21- workingDirectory : $(ACR_DIR)
2221 azureSubscription : ${{ parameters.sub }}
2322 scriptLocation : " inlineScript"
2423 scriptType : " bash"
5352 name: kubeproxy
5453 displayName: Restart Kubeproxy on Windows nodes
5554 retryCountOnTaskFailure: 3
56- workingDirectory: $(ACR_DIR)
5755 - ${{ if eq(parameters.datapath, true) }} :
5856 - template : ../k8s-e2e/k8s-e2e.steps.yaml
5957 parameters :
Original file line number Diff line number Diff line change 3434 kubectl taint nodes -l kubernetes.azure.com/mode=user node-role.kubernetes.io/control-plane:NoSchedule
3535 fi
3636
37- # Depreciating flags. Change once k8s minimum version supported is > 1.24
37+ # Deprecating flags. Change once k8s minimum version supported is > 1.24
3838 # nodes -> procs
3939 # flakeAttempts -> flake-attempts
4040 # dryRun -> dry-run
6363 fi
6464 name: ${{ parameters.name }}
6565 displayName: k8s E2E - ${{ parameters.testName }}
66- workingDirectory: $(ACN_DIR)
6766 retryCountOnTaskFailure: 5
You can’t perform that action at this time.
0 commit comments