Skip to content

Commit 9b94e27

Browse files
authored
Merge pull request #3644 from k8s-infra-cherrypick-robot/cherry-pick-3636-to-release-1.9
[release-1.9] Temporarily disable useHostProcessContainers
2 parents 7496a5b + 7e11a40 commit 9b94e27

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
@@ -87,7 +87,7 @@ func InstallAzureDiskCSIDriverHelmChart(ctx context.Context, input clusterctl.Ap
8787
}
8888
// TODO: make this always true once HostProcessContainers are on for all supported k8s versions.
8989
if hasWindows {
90-
options.Values = append(options.Values, "windows.useHostProcessContainers=true")
90+
options.Values = append(options.Values, "windows.useHostProcessContainers=false")
9191
}
9292
clusterProxy := input.ClusterProxy.GetWorkloadCluster(ctx, input.ConfigCluster.Namespace, input.ConfigCluster.ClusterName)
9393
InstallHelmChart(ctx, clusterProxy, kubesystem, azureDiskCSIDriverHelmRepoURL, azureDiskCSIDriverChartName, azureDiskCSIDriverHelmReleaseName, options, "")

0 commit comments

Comments
 (0)