skip to Main Content

Minikube dashboard ingress – Nginx

Im trying to make an ingress for the minikube dashboard using the embedded dashboard internal service. I enabled both ingress and dashboard minikube addons. I also wrote this ingress YAML file : apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: dashboard-ingress namespace:…

VIEW QUESTION

Why can't I enable ingress in minikube? – Nginx

I am trying to enable ingress in minkube. When I run minikube addons enable ingress it hangs for a while then I get the following error message: ❌ Exiting due to MK_ADDON_ENABLE: run callbacks: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.19.15/kubectl apply…

VIEW QUESTION

not able to connect to internet via HTTPS minikube pods – CentOS

cluster info: Minikube installation steps on centos VM: curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/local/bin/minikube minikube start --addons=ingress --vm=true --memory=8192 --driver=none PODs of this minikube cluster are not able to connect to internet. However My host VM has internet connection…

VIEW QUESTION
Back To Top
Search