kubernetes搭建在公有云,集群vip可以用使用LB实现,注意下面几点
1.创建LB,监听端口指向api-server的监听端口,假设是6443
2.关闭LB的健康检查
3.修改/home/k8s/.kube/config 中的集群地址为 https://master_vip:6443
否则会出现 error: the server doesn‘t have a resource type "all"
原文地址:https://www.cnblogs.com/aast/p/10277991.html
时间: 2024-11-08 04:34:28