Advertisement

Kubernetes不支持Dashboard插件

阅读量:
问题描述

在Kubernetes集群上安装dashboard插件会导致 pod 创建失败;通过查看 docker 中的 dashboard 容器日志显示错误信息

复制代码
    [root@localhost ~]# docker logs 625c923f90ec
    Using HTTP port: 9090
    Creating API server client for https://10.254.0.1:443
    Error while initializing connection to Kubernetes apiserver. This most likely means that the cluster is misconfigured (e.g., it has invalid apiserver certificates or service accounts configuration) or the --apiserver-host param points to a server that does not exist. Reason: Get https://10.254.0.1:443/version: dial tcp 10.254.0.1:443: i/o timeout
    Refer to the tr

全部评论 (0)

还没有任何评论哟~