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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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