-
Couldn't load subscription status.
- Fork 6.8k
Flex volumes plugins readonly alternative path #5787
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
Flex volumes plugins readonly alternative path #5787
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: danilo404 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
I went back to check #4999 I am a bit puzzled about this. Wouldn't it be appropriate to simply show an error message "kubelet_flexvolumes_plugins_dir not writable" and call it a day? :D |
I would also say so but I didn't want to break functionality :) |
|
The problem being existing clusters on CoreOS & Flatcar Linux? |
Yes, but now that you asked, this looks like it would be better to create a note in the updates or the release docs and not work around this, right? |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/remove-lifecycle rotten |
|
@danilo404: PR needs rebase. 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. |
|
Should we put the note in that PR or create a new one? |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
@fejta-bot: Closed this PR. 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixes a problem in which setting the variable
kubelet_flexvolumes_plugins_dirhad no effect. Also introduces some changes to improve how the path is detected to be readonly and remove a hardcoded value from the task itself.Which issue(s) this PR fixes:
Fixes #5786
Special notes for your reviewer:
Does this PR introduce a user-facing change?: