mon
mon

Reputation: 22234

Kubectl proxy shows certificate signed by unknown authority

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")

Upvotes: 1

Views: 6086

Answers (1)

mon
mon

Reputation: 22234

Found the cause. Has not executed below.

export KUBECONFIG=/etc/kubernetes/admin.conf

Upvotes: 10

Related Questions