nonocast / me

记录和分享技术的博客
http://nonocast.cn
MIT License
20 stars 0 forks source link

体验 Kubeadm #309

Open nonocast opened 2 years ago

nonocast commented 2 years ago

Version: multipass 1.9.1+mac, ubuntu 20.04, kubeadm 1.24.2, macOS 12.3.1

multipass

kubeadm

部署Kubernetes的Master节点

部署Kubernetes的Worker节点

然后在primary上检查,

~ kubectl get nodes
NAME      STATUS   ROLES           AGE     VERSION
primary   Ready    control-plane   38m     v1.24.2
worker1   Ready    <none>          2m28s   v1.24.2
~  
~ kubectl get cs
Warning: v1 ComponentStatus is deprecated in v1.19+
NAME                 STATUS    MESSAGE                         ERROR
controller-manager   Healthy   ok                              
scheduler            Healthy   ok                              
etcd-0               Healthy   {"health":"true","reason":""}