kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.24k stars 4.87k forks source link

Issue while enabling ingress #19333

Closed Gani-23 closed 1 month ago

Gani-23 commented 2 months ago

What Happened?

Not sure, i just got notification to upload logs to GitHub issue. it was a bump ran command of

minikube addons enable ingress

Attach the log file

logs.txt

Operating System

Ubuntu

Driver

Docker

kundan2707 commented 2 months ago

/kind support

kundan2707 commented 2 months ago

concerned area

I0727 19:35:14.918391    4289 root.go:338] Updating PATH: /home/gani/.minikube/bin
W0727 19:35:14.918504    4289 root.go:314] Error reading config file at /home/gani/.minikube/config/config.json: open /home/gani/.minikube/config/config.json: no such file or directory
I0727 19:35:14.919065    4289 out.go:298] Setting JSON to false
kundan2707 commented 2 months ago

@Gani-23 Can you check existance of command with following command?

cat /home/gani/.minikube/config/config.json
Gani-23 commented 2 months ago

Screenshot 2024-07-30 080233

cat /home/gani/.minikube/config/config.json
kundan2707 commented 2 months ago

@Gani-23 can you share steps followd while installation of minikube?

Gani-23 commented 1 month ago

I reinstalled it again, this time it worked.