itshare

一、组件方式检查

1. Master节点:

root>> kubectl get cs

2. Node 节点:

 

 二、服务方式检查

1. Master 节点:

root>> systemctl status etcd
root>> systemctl status kube-apiserver
root>> systemctl status kube-controller-manager
root>> systemctl status kube-scheduler

 

2. Node 节点

root>> systemctl status flanneld
root>> systemctl status kube-proxy
root>> systemctl status kubelet
root>> systemctl status docker

 

分类:

linux

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2021-08-29
  • 2021-05-27
  • 2022-12-23
猜你喜欢
  • 2021-11-02
  • 2021-09-02
  • 2022-12-23
  • 2022-01-17
  • 2021-11-05
  • 2021-09-10
相关资源
相似解决方案