-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
⚠️ remove component config since it is no longer supported by controller-runtime and is deprecated #3764
⚠️ remove component config since it is no longer supported by controller-runtime and is deprecated #3764
Conversation
83eafdb
to
5d5cad7
Compare
e215657
to
e3fd2c1
Compare
e3fd2c1
to
538f23e
Compare
/hold To allow reviews |
538f23e
to
3a7771d
Compare
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.
Thanks for the PR, @camilamacedo86!
I did a quick search for ComponentConfig
locally from your branch, and looks like this PR removes it all :))
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, varshaprasad96 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 |
/hold cancel |
I will wait up next week for we get those merged |
3a7771d
to
ab9dd08
Compare
New changes are detected. LGTM label has been removed. |
/easycla |
/test pull-kubebuilder-e2e-k8s-1-29-0 /test pull-kubebuilder-e2e-k8s-1-26-6 |
ab9dd08
to
a1511d9
Compare
@camilamacedo86: 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-sigs/prow repository. I understand the commands that are listed here. |
a1511d9
to
b88d77a
Compare
b88d77a
to
48800c6
Compare
…ler-runtime and is deprecated
48800c6
to
6ba647f
Compare
/overwrite APIDiff |
/override APIDiff |
@camilamacedo86: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. 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-sigs/prow repository. |
ce113d2
into
kubernetes-sigs:master
Description
The ComponentConfig has been deprecated in the Controller-Runtime since its version 0.15.0. More info
Moreover, it has undergone breaking changes and is no longer functioning as intended.
As a result, Kubebuilder, which heavily relies on the Controller Runtime, has also deprecated this feature,
no longer guaranteeing its functionality from version 3.11.0 onwards. You can find additional details on this issue [here](kubernetes-sigs/controller-runtime#2370
More info: #3469