File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,15 +42,16 @@ sudo yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes
4242
4343sudo systemctl enable kubelet.service
4444
45- # # Run all Below commands as non-root user
45+ # Bootstrapping kubeadm cluster
46+ # kubeadm init --pod-network-cidr 192.168.0.0/16
47+
48+ # # Once cluster is bootstrapped, switch to non-root user and Run all Below commands
49+
4650# mkdir -p $HOME/.kube
4751# sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
4852# sudo chown $(id -u):$(id -g) $HOME/.kube/config
4953# kubectl get nodes
5054
51- # Bootstrapping kubeadm cluster
52- # kubeadm init --pod-network-cidr 192.168.0.0/16
53-
5455# Deploying Networking Addon from Calico
5556# kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/tigera-operator.yaml
5657# curl https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/custom-resources.yaml -O
You can’t perform that action at this time.
0 commit comments