kubernetes/minikube

minikube-ingress-dns addons using two different images?

Aberta

#20.629 aberto em 15 de abr. de 2025

 (3 comentários) (0 reação) (0 responsável)Go (5.222 forks)batch import
help wantedpriority/important-longterm

Métricas do repositório

Stars
 (31.799 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 19h) (43 fundiu PRs em 30d)

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 ?

Guia do colaborador