We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9283b87 + c7d9e9a commit 5407008Copy full SHA for 5407008
1 file changed
pkg/minikube/bootstrapper/images/images.go
@@ -182,7 +182,7 @@ func KindNet(repo string) string {
182
if repo == "" {
183
repo = "docker.io/kindest"
184
}
185
- return path.Join(repo, "kindnetd:v20260213-ea8e5717")
+ return path.Join(repo, "kindnetd:v20260504-3736aae8")
186
187
188
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments