Skip to content

Commit 60e137d

Browse files
authored
Merge pull request #3705 from k8s-infra-cherrypick-robot/cherry-pick-3646-to-release-1.8
[release-1.8] Revert "Temporarily disable useHostProcessContainers"
2 parents 0fdc8f6 + 072897e commit 60e137d

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=false")
87+
options.Values = append(options.Values, "windows.useHostProcessContainers=true")
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)