Kubectl proxy shows certificate signed by unknown

2019-04-02 22:51发布

Question

What is the cause of the http: proxy error: x509: certificate signed by unknown authority when starting kubectl proxy with a specific IP of the node?

kubectl proxy --port=8001 --address=172.31.0.16 --accept-hosts='172.31.0.16'

I1222 09:00:03.471836   16775 logs.go:41] http: proxy error: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kubernetes")

1条回答
聊天终结者
2楼-- · 2019-04-02 23:27

Found the cause. Has not executed below.

export KUBECONFIG=/etc/kubernetes/admin.conf
查看更多
登录 后发表回答