Open ashutoshbhakare opened 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
Can you please raise PR for this? @ashutoshbhakare
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