Skip to content

Commit

Permalink
Add "EOF" to the Cat command, otherwise the operation will fail (#932)
Browse files Browse the repository at this point in the history
Add EOF to the Cat command, otherwise the operation will fail
  • Loading branch information
yulng authored Oct 23, 2022
1 parent fa8a6e6 commit e9bb5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ cat <<EOF > /etc/cni/multus/net.d/macvlan2.conf
]
}
}
EOF
```

### Run pod with network annotation
Expand Down

0 comments on commit e9bb5e5

Please sign in to comment.