We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14c861c + 53cdd2e commit a536d06Copy full SHA for a536d06
1 file changed
hack/install/install-cni-config.sh
@@ -23,7 +23,7 @@ CNI_CONFIG_DIR=${DESTDIR}/etc/cni/net.d
23
${SUDO} mkdir -p ${CNI_CONFIG_DIR}
24
${SUDO} bash -c 'cat >'${CNI_CONFIG_DIR}'/10-containerd-net.conflist <<EOF
25
{
26
- "cniVersion": "0.3.1",
+ "cniVersion": "0.4.0",
27
"name": "containerd-net",
28
"plugins": [
29
0 commit comments