1、使用自签名证书
问题:
使用kubectl时 x509: certificate signed by unknown authority
解决:
kubectl config set-cluster 集群名称 --insecure-skip-tls-verify=true