Skip to content

Node NotReady after webhook-authenticator update #1560

Closed Answered by joseluissmarting
joseluissmarting asked this question in Q&A
Discussion options

You must be logged in to vote

I finally fix it, the solution was changing the dns order in /etc/nsswitch.conf.

from:
hosts: files myhostname resolve [!UNAVAIL=return] dns
to:
hosts: files myhostname resolve dns [!UNAVAIL=return]

then, the node resolve well the other nodes and api FQDN, and it doesn't get out of cluster.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@joseluissmarting
Comment options

@joseluissmarting
Comment options

@vrutkovs
Comment options

@joseluissmarting
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by joseluissmarting
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