CentOS 7 上安装配置 Kubernetes 集群(6)

NAMESPACE     NAME         DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR                 AGE kube-system   canal        4         4         4       4            4           beta.kubernetes.io/os=linux   16h kube-system   kube-proxy   4         4         4       4            4           beta.kubernetes.io/os=linux   17h

可以看到 READY 和 AVAILABLE 都是 4, 也就是 4 个节点都已经可用了。

查看所有 Pod

kubectl get pod --all-namespaces

NAMESPACE     NAME                                READY   STATUS    RESTARTS   AGE kube-system   canal-6w2zb                         3/3     Running   12         16h kube-system   canal-jgw4m                         3/3     Running   47         16h kube-system   canal-klmfs                         3/3     Running   33         16h kube-system   canal-rj2fm                         3/3     Running   12         17h kube-system   coredns-bccdc95cf-rgtbx             1/1     Running   3          17h kube-system   coredns-bccdc95cf-x6j8l             1/1     Running   3          17h kube-system   etcd-k8s-node1                      1/1     Running   4          17h kube-system   kube-apiserver-k8s-node1            1/1     Running   6          17h kube-system   kube-controller-manager-k8s-node1   1/1     Running   4          17h kube-system   kube-proxy-7bk98                    1/1     Running   0          16h kube-system   kube-proxy-cd8xj                    1/1     Running   0          16h kube-system   kube-proxy-xfzfp                    1/1     Running   0          16h kube-system   kube-proxy-zcssq                    1/1     Running   4          17h kube-system   kube-scheduler-k8s-node1            1/1     Running   4          17h

查看所有节点

kubectl get node

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/35751d8d99511acb4dc02ff5a1c7045c.html