Skip to content
Discussion options

You must be logged in to vote

I've run into the same thing. To solve it, make sure you have pinned your kured version (issue) to 1.19.0 in your kube.tf file:

kured_version = "1.19.0"

Also, about the timeout, there seems to be a change under way. It happens if your cluster takes too much time to go from uninitialized to initialized (as far as I understand, the ccm manager run in kube-system does the relabeling). Here is the MR, you'll find more info in the linked issues/docs.

Ultimately, my issue was that the ccm manager in my cluster failed to startup, which then caused a missing relabel of the nodes, which in turn caused the timeout issue.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by NilsB98
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