-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix AzureDisk Helm chart install for Windows #2880
Fix AzureDisk Helm chart install for Windows #2880
Conversation
/test ls |
@CecileRobertMichon: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
e30f6e6
to
3f51e45
Compare
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
be05ce6
to
6be5b99
Compare
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
2 similar comments
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
843236c
to
71a249b
Compare
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
/lgtm |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.6 |
@jackfrancis: once the present PR merges, I will cherry-pick it on top of release-1.6 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@jackfrancis: #2880 failed to apply on top of branch "release-1.6":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Oh nevermind we don't need to cherry-pick this (and the huge PR that must come before it) into |
Yeah we definitely don't want to cherry-pick the Calico PR so let's not cherry-pick this either |
What type of PR is this?
/kind failing-test
What this PR does / why we need it: Following #2495 merging, some of the SIG Windows jobs starting failing. This is because we are now installing AzureDisk CSI driver on every conformance test cluster. In order to make it work with all clusters, including the ones with Windows nodes we made the following changes:
windows.useHostProcessContainers
totrue
: this ensures with use HostProcess for the AzureDisk windows podscontroller.replicas=1
: this is to make sure we only run 1 replica of the azuredisk controller because some of our test clusters only have 1 Linux node availablecontroller.runOnControlPlane=true
: to make sure we always run the controller pod on a control plane nodeThis also changes the namespace where the AzureDisk CSI driver is installed to
kube-system
instead ofdefault
(because that is what the examples in https://github.com/kubernetes-sigs/azuredisk-csi-driver/tree/master/charts#azure-disk-csi-driver-v1 use)Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: