Skip to content

Commit

Permalink
Merge pull request #3644 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3636-to-release-1.9

[release-1.9] Temporarily disable useHostProcessContainers
  • Loading branch information
k8s-ci-robot authored Jun 19, 2023
2 parents 7496a5b + 7e11a40 commit 9b94e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cloud-provider-azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func InstallAzureDiskCSIDriverHelmChart(ctx context.Context, input clusterctl.Ap
}
// TODO: make this always true once HostProcessContainers are on for all supported k8s versions.
if hasWindows {
options.Values = append(options.Values, "windows.useHostProcessContainers=true")
options.Values = append(options.Values, "windows.useHostProcessContainers=false")
}
clusterProxy := input.ClusterProxy.GetWorkloadCluster(ctx, input.ConfigCluster.Namespace, input.ConfigCluster.ClusterName)
InstallHelmChart(ctx, clusterProxy, kubesystem, azureDiskCSIDriverHelmRepoURL, azureDiskCSIDriverChartName, azureDiskCSIDriverHelmReleaseName, options, "")
Expand Down

0 comments on commit 9b94e27

Please sign in to comment.