kubernetes-ingress-tls-ssl-https
kubernetes-ingress-tls-ssl-https copied to clipboard
Demoing configuration for Ingress and HTTPS/TLS/SSL in Kubernetes.
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...
networking.k8s.io/v1beta1 api no longer working. yaml rewrite for ingress needed. i've not been able to corretly eidt the yaml to get it to work. spending mroe time reading the api...
Followed same steps as mentioned in the Readme but getting stuck at the Certificate Issuing. Status: Conditions: Last Transition Time: 2021-09-02T15:02:11Z Message: Issuing certificate as Secret does not exist Observed...
Adding a step to update the CRDs. Looks like there are a lot of issues with cert-manager about this HTH