We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec8a1b commit f1d57caCopy full SHA for f1d57ca
Makefile
@@ -98,11 +98,6 @@ sanity-test: azuredisk
98
99
.PHONY: e2e-bootstrap
100
e2e-bootstrap: install-helm
101
-ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
102
- (docker pull $(CSI_IMAGE_TAG) && docker pull $(CSI_IMAGE_TAG)-windows-hpc) || make container-all push-manifest
103
-else
104
- docker pull $(CSI_IMAGE_TAG) || make container-all push-manifest
105
-endif
106
ifdef TEST_WINDOWS
107
helm install azuredisk-csi-driver charts/${CHART_VERSION}/azuredisk-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
108
${E2E_HELM_OPTIONS} \
0 commit comments