From e9bb5e5f484ab7bf0dab9c450e90ceff77a7d053 Mon Sep 17 00:00:00 2001 From: yulng Date: Sun, 23 Oct 2022 13:58:08 +0800 Subject: [PATCH] Add "EOF" to the Cat command, otherwise the operation will fail (#932) Add EOF to the Cat command, otherwise the operation will fail --- docs/how-to-use.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to-use.md b/docs/how-to-use.md index d5ac39fb8..af4ddfc1e 100644 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -264,6 +264,7 @@ cat < /etc/cni/multus/net.d/macvlan2.conf ] } } +EOF ``` ### Run pod with network annotation