kubernetes-ingress-tls-ssl-https
kubernetes-ingress-tls-ssl-https copied to clipboard
certificate issue when installing ingress using helm
Here is the error
` ~/nginx/kubernetes-ingress-tls-ssl-https master ● helm install app-ingress ingress-nginx/ingress-nginx \
--namespace ingress
--create-namespace
--set controller.replicaCount=2
--set controller.nodeSelector."beta.kubernetes.io/os"=linux
--set defaultBackend.nodeSelector."beta.kubernetes.io/os"=linux
Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "https://mianaks-mian-aks-rg-8c11bf-nqtskpll.hcp.uksouth.azmk8s.io:443/version": tls: failed to verify certificate: x509: certificate signed by unknown authority`
The error did not appear when I run it from cloudshell. Open portal, then cloud shell, connect to your cluster, and run the repo command and then the install