1. 虚拟机kube-apiserver起不来
#报错信息
Error: Unable to find suitable network address.error='no default routes found in "/proc/net/route" or "/proc/net/ipv6_route"'.
Try to set the AdvertiseAddress directly or provide a valid BindAddress to fix this..
#解决方法
为虚拟机网卡配置网关
(GATEWAY=xxx.xxx.xxx.xxx)
2. 无法启动kube-apiserver服务
#我碰到的一般有两种情况 etcd挂了api连不上,要么配置写错了
版权声明:本文为qq_42883074原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。