Search posts, tags, users, and pages
Aayush Sharma
DevRel - WeMakeDevs
What is MicroK8s? MicroK8s is a lightweight Kubernetes distribution that is designed to run on local systems. It is the smallest and fastest multi-node Kubernetes. It is lightweight and easy to set up, which helps in decreasing the complexity of mana...
Tormod Haugene
A big gottcha here: the "tokens" generated by microk8s join are one time use only.
microk8s join
Therefore, if you run into e.g the /etc/hosts error when trying the join command, you must re-run the microk8s add-node command to get a new token.
microk8s add-node
Is this what you meant Tormod Haugene:
Get a new microk8s join link by again running "microk8s add-node" in the initial VM and paste it into the VM whose node is to be added.
Chirag Varshney
Web Developer, DevOps Enthusiast and an Open Source Contributor
Well explained!!
Hariom Chaudhary
3rd Year Student, #DevOps Practioner
Very informative
Bhavya Sachdeva
Full Stack Web Developer, DevOps Enthusiast
Nice one!!
Tormod Haugene
A big gottcha here: the "tokens" generated by
microk8s joinare one time use only.Therefore, if you run into e.g the /etc/hosts error when trying the join command, you must re-run the
microk8s add-nodecommand to get a new token.