Kubernetes Cluster URL & Troubleshooting

 

* [ERROR CRI]: container runtime is not running [Solved]


* Deploy multi-node K8s cluster on Rocky Linux 8 [Step-by-Step]

How to Add Workers to Kubernetes Clusters [On Master]:-
# kubeadm token list
# kubeadm token create --print-join-command

* How to add roles to nodes in Kubernetes?
# kubectl label nodes <your_node> kubernetes.io/role=<your_label>
# kubectl label nodes wakeup1 kubernetes.io/role=worker

Comments

Popular posts from this blog

MiniKube Installation

Terraform