Skip to content

TASK [k3s_agent : Enable and check K3s service] hanging forever #372

Locked Answered by AshDevFr
AshDevFr asked this question in Questions
Discussion options

You must be logged in to vote

Ok so after two days testing that here are my findings and what "worked" for me.

First problem

I was kinda bothered by this:

dns.go:157] "Nameserver limits exceeded" err="Nameserver limits were exceeded, some nameservers have been omitted, the applied nameserver line is: 10.193.1.35 10.193.1.12 10.193.1.35"

I did not understand why I had 3 DNS (actually 4 in the file) and most of all why I had 2 times each DNS record. It turns out that because I had 2 network interfaces (I wanted to create an internal network for k8s) it was duplicating the DNS records.

I removed an interface and it allowed me to use a virtual ip. Not sure it's related to the DNS though. Maybe kube-vip struggles if there…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AshDevFr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #371 on September 25, 2023 18:07.