-
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
CABPK manifest is missing metadata #10165
Comments
Potentially related / improved / fixed already on main: It was not cherry-picked back (only for CRS to fix CI related flakes) because we were not able to reproduce it for the other controllers in real. Would be awesome if this could be checked if this also resolves this issue. That would need more details though how to exactly reproduce it. |
Question: is the issue for you persistent or resolves itself after ~17 mins? |
/triage accepted
Is because we are missing https://github.com/fabriziopandini/cluster-api/blob/0f47a19e038ee6b0d3b1e7675a62cdaf84face8c/controlplane/kubeadm/config/manager/manager.yaml#L28-L40 on the CABPK manifest (probably a leftover of a PR that started using ClusterCacheTracker in CAPBK) This should be fixed in main and backported as far as possible NOTE: This issue doesn't cause any issues to users, just degraded performance since we are using an additional client + client cache for self-hosted clusters.
Is not an issue |
/good-first-issue |
@fabriziopandini: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
/assign |
What steps did you take and what happened?
I updated from 1.4.9 to 1.5.5
In
capi-kubeadm-bootstrap-controller-manager-59984b8784-q78pk
, there is only this Info/warn/error:In other controller, I don't see errors.
But on
capi-controller-manager-58fbc78955-g4njq
, there is this error:I see this error 2 times for each worker, and I have 3 workers.
If I downgrade to 1.4.9, it goes away. I have the same error in 1.5.5 nad on 1.6.1.
What did you expect to happen?
no errors in the logs
Cluster API version
1.5.5
Kubernetes version
1.27.9
Anything else you would like to add?
No response
Label(s) to be applied
/kind bug
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.
The text was updated successfully, but these errors were encountered: