问题:
aks 执行kubectl get pods 等命令 遇到: Unable to connect to the server: x509: certificate signed by unknown authority
方法:
kubectl get pods --insecure-skip-tls-verify=true
问题:
aks 执行kubectl get pods 等命令 遇到: Unable to connect to the server: x509: certificate signed by unknown authority
方法:
kubectl get pods --insecure-skip-tls-verify=true