[cinder-csi-plugin] Allow overridng kubelet dir in chart values#1615
[cinder-csi-plugin] Allow overridng kubelet dir in chart values#1615k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
DetailsInstructions 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. I understand the commands that are listed here. |
|
Welcome @vs49688! |
|
Hi @vs49688. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Build failed.
|
|
Am working on CLA, will probably be a few days. |
|
Build succeeded.
|
|
Needs chart version bumping |
|
Done |
|
Looks reasonable, thanks |
|
Build failed.
|
|
Build succeeded.
|
|
/ok-to-test |
|
/check-cla |
The chart assumes Kubelet uses /var/lib/kubelet, which isn't the case on k0s and microk8s (and presumably others). This allows it to be overridden in the values file to handle these cases. Also bump chart version to 1.4.7
|
New push simply updates author information, for CLA purposes. |
|
Build failed.
|
|
Build succeeded.
|
|
CLA signed |
|
Ping on this? |
|
this is chart only change ,though the gate is having trouble, we should still able to merge? @lingxiankong @ramineni |
|
/retest |
|
/lgtm |
|
Build succeeded.
|
|
Build succeeded.
|
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ramineni The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…rnetes#1615) The chart assumes Kubelet uses /var/lib/kubelet, which isn't the case on k0s and microk8s (and presumably others). This allows it to be overridden in the values file to handle these cases. Also bump chart version to 1.4.7
…rnetes#1615) The chart assumes Kubelet uses /var/lib/kubelet, which isn't the case on k0s and microk8s (and presumably others). This allows it to be overridden in the values file to handle these cases. Also bump chart version to 1.4.7
What this PR does / why we need it:
The chart assumes Kubelet uses /var/lib/kubelet, which isn't the case on k0s and microk8s (and presumably others). This allows it to be overridden in the values file to handle these cases.
Which issue this PR fixes(if applicable):
Special notes for reviewers:
Release note: