Skip to content

KKP - failed to add finalizer #11244

Answered by embik
clickersmudge asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @clickersmudge, this kind of event can be logged because during cluster creation several controller loops work on the fresh cluster at the same time and the cluster object gets updated frequently during its early stage. Since KKP follows Kubernetes design principles, a failed reconcile is usually retried, and this error message should not be an issue unless the count continuously goes up.

This is unfortunately something that occasionally happens with loosely coupled controller loops but has no impact on your cluster's health. If you want to verify, you can run kubectl get cluster <Cluster ID> -o yaml on your Seed and verify that the mentioned finalizer is in the list of finalizers.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@clickersmudge
Comment options

Answer selected by clickersmudge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants