Skip to content

Commit b39dbb6

Browse files
authored
Merge pull request #3655 from k8s-infra-cherrypick-robot/cherry-pick-3636-to-release-1.8
[release-1.8] Temporarily disable useHostProcessContainers
2 parents 669530f + 622b85b commit b39dbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cloud-provider-azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func InstallAzureDiskCSIDriverHelmChart(ctx context.Context, input clusterctl.Ap
8484
}
8585
// TODO: make this always true once HostProcessContainers are on for all supported k8s versions.
8686
if hasWindows {
87-
options.Values = append(options.Values, "windows.useHostProcessContainers=true")
87+
options.Values = append(options.Values, "windows.useHostProcessContainers=false")
8888
}
8989
clusterProxy := input.ClusterProxy.GetWorkloadCluster(ctx, input.ConfigCluster.Namespace, input.ConfigCluster.ClusterName)
9090
InstallHelmChart(ctx, clusterProxy, kubesystem, azureDiskCSIDriverHelmRepoURL, azureDiskCSIDriverChartName, azureDiskCSIDriverHelmReleaseName, options, "")

0 commit comments

Comments
 (0)