Open divya-kumari-27 opened 1 month ago
I tried running the command from your logs.txt (by building from minikube v1.33.1 latest source) with minor modifications for making it match my system's constraints. Though, I ran it on Ubuntu 22.04 in WSL2, the ingress addon was enabled without any errors.
minikube start --driver=docker --memory=4g --cpus=4 --disk-size=10g --kubernetes-version=1.21.0 --extra-config =kubelet.max-pods=50 --extra-config=kubelet.image-gc-high-threshold=98 --insecure-registry=localhost:5000 --apiserver-ips=10.60.240.13
minikube addons enable ingress
Now tried running it on bare metal Ubuntu 20.04. The ingress addon still got enabled without any issue.
minikube start --driver=docker --memory=4g --cpus=4 --disk-size=10g --kubernetes-version=1.21.0 --extra-config =kubelet.max-pods=50 --extra-config=kubelet.image-gc-high-threshold=98 --insecure-registry=localhost:5000 --apiserver-ips=10.60.240.13
minikube addons enable ingress
@RamBITS-AI do you need any other details which will help in reproduction?
What Happened?
minikube addons enable ingress
fails with the following errorThis was failing on minikube v1.25.2, upgrade to v1.33.1 didn't help
Logs attached for failure on v1.33.1
Attach the log file
logs.txt
Operating System
Ubuntu
Driver
Docker