Skip to content

[cinder-csi-plugin] Allow overridng kubelet dir in chart values#1615

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
UQ-RCC:master
Aug 10, 2021
Merged

[cinder-csi-plugin] Allow overridng kubelet dir in chart values#1615
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
UQ-RCC:master

Conversation

@vs49688
Copy link
Copy Markdown
Contributor

@vs49688 vs49688 commented Aug 1, 2021

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:

NONE

@k8s-ci-robot k8s-ci-robot added the release-note-none Denotes a PR that doesn't merit a release note. label Aug 1, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

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.


Details

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. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Aug 1, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Welcome @vs49688!

It looks like this is your first PR to kubernetes/cloud-provider-openstack 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/cloud-provider-openstack has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 1, 2021
@k8s-ci-robot k8s-ci-robot requested review from adisky and jichenjc August 1, 2021 06:16
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 1, 2021
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 1, 2021

Build failed.

@vs49688
Copy link
Copy Markdown
Contributor Author

vs49688 commented Aug 1, 2021

Am working on CLA, will probably be a few days.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 1, 2021

Build succeeded.

@brtkwr
Copy link
Copy Markdown

brtkwr commented Aug 2, 2021

Needs chart version bumping

@vs49688
Copy link
Copy Markdown
Contributor Author

vs49688 commented Aug 2, 2021

Done

@brtkwr
Copy link
Copy Markdown

brtkwr commented Aug 2, 2021

Looks reasonable, thanks

@brtkwr
Copy link
Copy Markdown

brtkwr commented Aug 2, 2021

cc @lingxiankong @ramineni

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 2, 2021

Build failed.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 2, 2021

Build succeeded.

@ramineni
Copy link
Copy Markdown
Contributor

ramineni commented Aug 2, 2021

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 2, 2021
@ramineni
Copy link
Copy Markdown
Contributor

ramineni commented Aug 2, 2021

/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
@vs49688
Copy link
Copy Markdown
Contributor Author

vs49688 commented Aug 2, 2021

New push simply updates author information, for CLA purposes.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 2, 2021

Build failed.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 2, 2021

Build succeeded.

@vs49688
Copy link
Copy Markdown
Contributor Author

vs49688 commented Aug 2, 2021

CLA signed

@k8s-ci-robot k8s-ci-robot removed the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Aug 2, 2021
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 2, 2021
@vs49688
Copy link
Copy Markdown
Contributor Author

vs49688 commented Aug 9, 2021

Ping on this?

@jichenjc
Copy link
Copy Markdown
Contributor

jichenjc commented Aug 9, 2021

this is chart only change ,though the gate is having trouble, we should still able to merge? @lingxiankong @ramineni

@jichenjc
Copy link
Copy Markdown
Contributor

/retest

@jichenjc
Copy link
Copy Markdown
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 10, 2021
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 10, 2021

Build succeeded.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 10, 2021

Build succeeded.

@ramineni
Copy link
Copy Markdown
Contributor

/lgtm
/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 10, 2021
@k8s-ci-robot k8s-ci-robot merged commit b2d6dab into kubernetes:master Aug 10, 2021
pierreprinetti pushed a commit to shiftstack/cloud-provider-openstack that referenced this pull request Aug 23, 2021
…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
powellchristoph pushed a commit to powellchristoph/cloud-provider-openstack that referenced this pull request Jan 19, 2022
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants