kubernetes/minikube

minikube-ingress-dns addons using two different images?

Open

#20629 opened on Apr 15, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (31,799 stars) (5,222 forks)batch import
help wantedpriority/important-longterm

Description

in the code I see

		"IngressDNS": "k8s-minikube/minikube-ingress-dns:0.0.3@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c",
	}, map[string]string{
		"IngressDNS": "gcr.io",
	}),

also I see

				"IngressDNS": "cryptexlabs/minikube-ingress-dns:0.3.0@sha256:e252d2a4c704027342b303cc563e95d2e71d2a0f1404f55d676390e28d5093ab",
		}

I suspect maybe the cryptexlabs/minikube-ingress-dns is the one that neeeds to go

I beleive @sharifelgamal had a fork of this, do you remember that ?

Contributor guide