[go: nahoru, domu]

Skip to content

Commit

Permalink
Add "EOF" to the Cat command, otherwise the operation will fail (k8sn…
Browse files Browse the repository at this point in the history
…etworkplumbingwg#932)

Add EOF to the Cat command, otherwise the operation will fail
  • Loading branch information
yulng committed Oct 24, 2022
1 parent fa8a6e6 commit 8d0272f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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
9 changes: 8 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## Multus e2e test with kind

### How to test e2e
### Prerequisite

To run the e2e test, you need the following components:

- curl
- j2cli
- docker

### How to test e2e

```
$ git clone https://github.com/k8snetworkplumbingwg/multus-cni.git
Expand Down

0 comments on commit 8d0272f

Please sign in to comment.