-
Notifications
You must be signed in to change notification settings - Fork 779
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
Join node not working any more #2016
Comments
Hi @oleo65 thank you for reporting this. We have reverted the offending change you should be able to add nodes now without problems. |
Thank you for your feedback. With the latest update the node joining is working again as expected. 👍 |
Thanks @oleo65 for confirming i will close this one then. |
After all trial and errors, the only trick that has worked is to update /etc/hosts on each node with at least 2 entries. hostname Here, IP of the master node is what is shown post Also consider opening the firewall to allow the port : where microk8s master process is running (default on the master node). |
On v.1.20.2 joining a node is not working any more.
Syslog shows the following stack trace.
I believe it is a change introduced in this line. Probably should be
apiserver
instead ofapiservice
.https://github.com/ubuntu/microk8s/blame/efde194e67312ab7f701d119a7bbbd183c096739/scripts/cluster/agent.py#L316
Setup is without ha-cluster. Joining node is a fresh snap.
The text was updated successfully, but these errors were encountered: