Add "EOF" to the Cat command, otherwise the operation will fail (#932)

Add EOF to the Cat command, otherwise the operation will fail
This commit is contained in:
yulng
2022-10-23 13:58:08 +08:00
committed by GitHub
parent fa8a6e6880
commit e9bb5e5f48

View File

@@ -264,6 +264,7 @@ cat <<EOF > /etc/cni/multus/net.d/macvlan2.conf
]
}
}
EOF
```
### Run pod with network annotation