minikube can't re-configure ingress to use a different ssl certificate #12896
Labels
addon/ingress
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Steps to reproduce the issue:
Tutorial that was followed: https://minikube.sigs.k8s.io/docs/tutorials/custom_cert_ingress/
minikube start
minikube addons enable ingress
kubectl -n kube-system create secret tls mkcert --key ~/.minikube/key.pem --cert ~/.minikube/cert.pem
minikube addons configure ingress
bogus-namespace/mkcert
minikube addons disable ingress
minikube addons enable ingress
minikube addons configure ingress
ingress was successfully configured
<--- this is the bug! Why would I be stuck with this typo forever?Run
minikube logs --file=logs.txt
and drag and drop the log file into this issueFull output of failed command if not
minikube start
:The text was updated successfully, but these errors were encountered: