Kubernetes API请求curl https://192.168.0.139 --cacert /home/mongeo/ku-certs/ca.pem
返回Unauthorized
请求curl localhost:8080
工作得很好.
我的kube-proxy和kube-apiserver standart(coreos + k8s教程)
如何获取HTTPS数据?
您是否指定了--token-auth-file=
和/或--basic-auth-file=
其中一种其他身份验证模式?我不知道https端点可以在没有其中之一的情况下工作(也许它应该,但显然不是).查看https://kubernetes.io/docs/admin/authentication/