【发布时间】:2021-09-01 20:05:40
【问题描述】:
每当我使用 RKE 设置 Rancher Kubernetes 集群时,集群都会完美设置。但是,我收到以下警告消息:
WARN[0011] [reconcile] host [host.example.com] is a control plane node without reachable Kubernetes API endpoint in the cluster
WARN[0011] [reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found
(在上面的消息中,host.example.com 是我实际主机名的占位符,此消息是针对 cluster.yml 中指定的每个控制平面主机给出的)
如何修改 RKE cluster.yml 文件或任何其他设置以避免出现此警告?
【问题讨论】:
-
首先-Check if the Controlplane Containers are Running。如果没有帮助,请编辑您的问题并添加更多信息:您的
cluster.yml文件,您何时收到此警告?另请参阅此类似主题:forums.rancher.com/t/rke-on-the-command-line-with-aws-and-ec2/… -
当我第一次运行“rke up”时,控制面板容器还没有运行。它是安装everyting 的“rke up”,包括控制窗格容器。因此,
rke第一次运行时,还没有运行任何东西,所以给出了警告。
标签: kubernetes rancher rancher-rke reconcile