-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Validate CSI Inline Migration unconditionally #80945
Conversation
cc @msau42 |
/test pull-kubernetes-integration |
@msau42 |
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.
Looks good with one suggestion.
@ddebroy |
/lgtm |
/assign @liggitt |
one comment about restoring the conditional validation message, then lgtm this will need to be picked back to 1.15 |
9f1e277
to
a4af5ca
Compare
@liggitt |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, tedyu 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 |
/sig storage |
let me know when the 1.15 pick is open and I'll tag that as well |
I ran the following for master branch of my local repo:
I wonder if the command I used was wrong. |
you probably want upstream/release-1.15 |
Created #81038 |
…upstream-release-1.15 Automated cherry pick of #80945: Validate CSI Inline Migration unconditionally
What type of PR is this?
/kind bug
What this PR does / why we need it:
As @msau42 pointed out in #80931, we should perform validation unconditionally for downgrading to a version with the feature disabled.
Which issue(s) this PR fixes:
Fixes #80931
Special notes for your reviewer:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: