-
Notifications
You must be signed in to change notification settings - Fork 462
[release-4.4] Bug 1829651: MC CRD: preserve unknown fields #1698
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
[release-4.4] Bug 1829651: MC CRD: preserve unknown fields #1698
Conversation
|
@runcom: This pull request references Bugzilla bug 1829138, which is invalid:
Comment DetailsIn 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. |
|
need a |
|
Needs a bindata update |
|
yeah lol doing it rn |
|
/bugzilla refresh |
|
@wking: This pull request references Bugzilla bug 1829138, which is invalid:
Comment DetailsIn 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. |
4905991 to
14284af
Compare
I'll fix BZs |
|
I'm now wondering if every object in the tree needs this tweak also, I guess I'll find out shortly |
|
/retitle Bug 1829138: MC CRD: preserve unknown fields |
|
/retitle Bug 1829651: MC CRD: preserve unknown fields |
|
@runcom: This pull request references Bugzilla bug 1829651, which is invalid:
Comment DetailsIn 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. |
14284af to
e2b47b5
Compare
|
Anyone who wants to test this, it should be sufficient to do Then, notice the After this PR merges you should see the |
e2b47b5 to
b15c501
Compare
retest |
|
e2e-aws died in a throttled setup. /test e2e-aws |
|
OK I tested this and it didn't work at first; ended up interactively editing the CRD with more |
TL;DR; if somebody provides fields like disks and other we don't specify in the crd those get dropped and can cause whatever issue you can think of. I think adding that will preserve the unkwown field. Signed-off-by: Antonio Murdaca <[email protected]>
b15c501 to
6f63608
Compare
|
Ah, I think I was testing the original version of the PR, then did the fix and committed locally, but in the meantime Antonio pushed the same update I did. So this is likely good. |
|
@wking: once the present PR merges, I will cherry-pick it on top of master in a new PR and assign it to you. DetailsIn 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. |
It'll fail on bindata conflicts |
|
@runcom: This pull request references Bugzilla bug 1829651, which is invalid:
Comment DetailsIn 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. |
|
I've restored the bug-label override after the Bugzilla bot responded to the PR retitle. |
|
/hold cancel We're letting this through if it passes CI, and may end up reverting later if something explodes. |
|
failures seem unrelated /retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/skip |
|
@runcom: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
/retest |
|
/override ci/prow/e2e-aws |
|
@wking: wking unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file. DetailsIn 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. |
|
/override ci/prow/e2e-aws |
|
@mrunalp: mrunalp unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file. DetailsIn 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. |
|
/override ci/prow/e2e-aws |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-aws DetailsIn 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. |
|
sorry about the mess, i didn't realize that folks are already onto this PR :/ Added retest to get the pr merged soon considering the priority :/ |
no worries sinny!!! 🤗 |
|
@runcom: All pull requests linked via external trackers have merged: openshift/machine-config-operator#1698. Bugzilla bug 1829651 has been moved to the MODIFIED state. DetailsIn 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. |
|
@wking: #1698 failed to apply on top of branch "master": DetailsIn 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. |
TL;DR; if somebody provides fields like disks and other we don't specify in the crd
those get dropped and can cause whatever issue you can think of.
I think adding that will preserve the unknown field.
Signed-off-by: Antonio Murdaca [email protected]
holding pending tests