摘要: 安装组件 yum -y install keepalived yum install -y psmisc #需要用到killall指令做健康检查 主节点配置 [root@nginx-01 ~]# cat /etc/keepalived/keepalived.confglobal_defs { rou 阅读全文
posted @ 2025-02-06 10:20 joker灬上上谦1 阅读(42) 评论(0) 推荐(0)
摘要: k8s版本(使用二进制安装):v1.15.7 [root@k8s-master1 metrics-server]# kubectl version Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.7", Gi 阅读全文
posted @ 2025-01-15 17:14 joker灬上上谦1 阅读(65) 评论(0) 推荐(0)
摘要: 查看节点成员 ETCDCTL_API=3 etcdctl --endpoints="https://172.16.199.222:2379" --cacert=/etc/etcd/ssl/ca.pem --cert=/etc/etcd/ssl/etcd.pem --key=/etc/etcd/ssl 阅读全文
posted @ 2025-01-06 09:21 joker灬上上谦1 阅读(9) 评论(0) 推荐(0)