We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f7cfb commit 8b6d869Copy full SHA for 8b6d869
pkg/build/nodeimage/const_cni.go
@@ -20,7 +20,7 @@ package nodeimage
20
The default CNI manifest and images are our own tiny kindnet
21
*/
22
23
-const kindnetdImage = "docker.io/kindest/kindnetd:v20230809-80a64d96"
+const kindnetdImage = "docker.io/kindest/kindnetd:v20240202-8f1494ea"
24
25
var defaultCNIImages = []string{kindnetdImage}
26
0 commit comments