1

我正在关注自托管 Kubernetes 的 CoreOS教程,但我在使用 Bootkube API 服务器时遇到了一些问题。使用推荐存储库中的 Bootkube 示例,我只更改了ssh_authorized_keys节点 1,2 和 3 中的元数据字段。所有其他设置与存储库中的相同。但是,在bootkube-start通过systemctlon运行后,node1我使用检查日志ssh core@node1.example.com 'journalctl -f -u bootkube'并得到Unable to determine api-server readiness: Get https://node1.example.com:443/version: dial tcp 172.17.0.21:443: getsockopt: connection refused. 有谁知道调试此类问题的最佳方法?

4

1 回答 1

0

看起来 api-server 在启动时出现问题,或者您有一些网络/防火墙/dns 问题。

您应该能够ssh core@node1.example.com然后通过sudo journalctl -u bootkube.

于 2017-06-01T10:57:02.290 回答