We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dca5e63 + 4e6af2c commit 820adebCopy full SHA for 820adeb
pkg/minikube/bootstrapper/images/images.go
@@ -170,7 +170,7 @@ func KindNet(repo string) string {
170
if repo == "" {
171
repo = "kindest"
172
}
173
- return path.Join(repo, "kindnetd:v20230330-48f316cd")
+ return path.Join(repo, "kindnetd:v20230511-dc714da8")
174
175
176
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments