collabnix / kubelabs

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

Preparing 5-Node Kubernetes Cluster #139

Closed ashutoshbhakare closed 12 months ago

ashutoshbhakare commented 1 year ago

What does this script do? The first line kubeadm init initializes a Kubernetes control-plane node and execute the below phases: If also add a CNI plugin called kube-router using kubectl apply -f https://raw.githubusercontent.com/cloudnativelabs/kube-router/master/daemonset/kubeadm-kuberouter.yaml

The above line may be added to give the learner clarity on the same

collabnix commented 1 year ago

@ashutoshbhakare Do you want to add the comments to the bootstrap.sh script. Go ahead and raise PR.

ajeetraina commented 1 year ago

Closing this issue as the description is already added.