We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720cc64 commit edbffb9Copy full SHA for edbffb9
pkg/minikube/bootstrapper/images/images.go
@@ -179,7 +179,7 @@ func KindNet(repo string) string {
179
if repo == "" {
180
repo = "docker.io/kindest"
181
}
182
- return path.Join(repo, "kindnetd:v20241108-5c6d2daf")
+ return path.Join(repo, "kindnetd:v20241212-9f82dd49")
183
184
185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments