mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
add "name" to /etc/cni/net.d/99-loopback.conf
For the latest cni version, name is mandatory, otherwise cni will complain "missing network name".
This commit is contained in:
@@ -103,6 +103,7 @@ Create the `loopback` network configuration file:
|
||||
cat <<EOF | sudo tee /etc/cni/net.d/99-loopback.conf
|
||||
{
|
||||
"cniVersion": "0.3.1",
|
||||
"name": "lo",
|
||||
"type": "loopback"
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user