-
Notifications
You must be signed in to change notification settings - Fork 90
Quickfix: revive legacyscheme #6
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
Conversation
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.
as stated to unblock ci now, the scheme should be fixed when we are not on fire
/lgtm
/approve
@@ -10,16 +10,42 @@ import ( | |||
|
|||
"github.com/spf13/cobra" | |||
"github.com/spf13/pflag" | |||
|
|||
utilruntime "k8s.io/apimachinery/pkg/util/runtime" |
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.
nit: \n
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.
later
/cc @bparees @adambkaplan |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: deads2k, sttts, tnozicka 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 |
I think the DC failures are probably because the first set of oc images from openshift/oc got promoted. Merging this to move us a little further forward. |
@sttts: 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. 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. |
update to flat updatepayload structure
[release-4.15] CVE-2024-45496: Reduce Capabilities for Non-Build Containers
There are event recorders (template, apps, maybe others) which use the encoder from the legacy scheme. This is wrong: since openshift-apiserver is separate the types are not in that scheme anymore and should not be.
This PR is a quickfix against the CI fires. It should be reverted and all references to legacy scheme should be removed.