collabnix / kubelabs

Get Started with Kubernetes
https://kubelabs.collabnix.com
Apache License 2.0
2.79k stars 955 forks source link

Preparing 5-Node Kubernetes Cluster #138

Open ashutoshbhakare opened 1 year ago

ashutoshbhakare commented 1 year ago

While doing Preparing 5-Node Kubernetes Cluster lab , i guess we should add

Adding New K8s Cluster Node Click on Add Instances to setup first k8s node cluster

Wait for 1 minute time till it gets completed.

Copy the command starting with kubeadm join ..... We will need it to be run on the worker node.

In case if we missed the token , we can reprint using

kubeadm token create --print-join-command

The above 2 lines should be added, the new learner able to understand , how to get the token printed again if we missed it

ajeetraina commented 10 months ago

Can you please raise PR for this? @ashutoshbhakare