-
Notifications
You must be signed in to change notification settings - Fork 42.1k
fix multi-version CRD + admission webhook #79495
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 multi-version CRD + admission webhook #79495
Conversation
|
@liggitt: This PR is not for the master branch but does not have the To approve the cherry-pick, please ping the kubernetes/patch-release-team in a comment when ready. See also Kuberentes Patch Releases 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. |
3e1b47b to
6331078
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt 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 |
|
/priority important-soon |
|
/retest |
77ec232 to
b0e2952
Compare
|
/retest |
|
/cc @roycaihw |
|
Is there anything blocking this from being merged? |
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.
add a comment why we do this hack. Otherwise lgtm.
|
lgtm. Feel free to self-tag after the comment is added. |
b0e2952 to
4346919
Compare
|
added comment, tagging |
|
/retest Review the full test history for this PR. Silence the bot with an |
Cherry-picked from: kubernetes/kubernetes#79495
Cherry picking changes needed to backport a fix that was originally backported into 1.13 in kubernetes#79495.
Cherry picking changes needed to backport a fix that was originally backported into 1.13 in kubernetes#79495.
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
xref #73752
Special notes for your reviewer:
This is a smaller workaround to address #73752 specifically for no-op schema conversion in CRDs (which is the only type of conversion supported in 1.13). Backporting the 1.14 fix in #74154 would change 100+ files and change the Admission interface signature
Does this PR introduce a user-facing change?:
/cc @sttts @jpbetz