-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support passing custom predicates options to KubeadmConfigReconciler #7949
Comments
I am willing to contribute, thanks |
controller.Options is a type we import for controller runtime, so we can't express an opinion on the proposed change. However, if this change gets accepted in controller runtime, then IMO controller runtime should also take care of applying the filter inside /triage needs-information |
|
Not exactly same, here in kurator it want to filter out CR by reference kind. |
commented on the PR. and echoing here as weel
|
/triage accepted |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
/priority backlog |
This issue is currently awaiting triage. CAPI contributors will take a look as soon as possible, apply one of the 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. |
The Cluster API project currently lacks enough active contributors to adequately respond to all issues and PRs. The issue is not active since some time now and no other user expressed interest in the use case |
@fabriziopandini: Closing this issue. 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/test-infra repository. |
User Story
We are importing cluster-api controllers in kurator, basically for installing k8s on any platform, especially on running VMs.
In our case, on developing installation on VMs, we depend on kubeadmControlplane API to provide k8s controlplane configurations as well. But we has the kubeadmControlplane has reference to kurator customMachine API. So there are lots of errors from KubeadmConfigReconciler.
The basic idea is can we add custom filter function in
controller.Options
, so we can pass the filter function as below.Detailed Description
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
/kind feature
The text was updated successfully, but these errors were encountered: