kubernetes/minikube

minikube-ingress-dns addons using two different images?

开放

#20,629 创建于 2025年4月15日

 (3 条评论) (0 个反应) (0 位负责人)Go (5,222 个派生)batch import
help wantedpriority/important-longterm

仓库指标

星标
 (31,799 个星标)
PR 合并指标
 (平均合并 12天 19小时) (30 天内合并 43 个 PR)

描述

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 ?

贡献者指南