mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-02-21 06:32:03 +00:00
* config, daemon: shim socket path is not needed The shim socket dir attribute is only required for the shim (cni configuration). Thus, it can be removed from the daemon configuration. Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> * config, daemon: rename socket dir attribute Now the socketDir parameter no longer stutters. Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> * docs, thick plugin: align docs with new configuration reference PR #1053 - [0] - changed the thick plugin configuration to happen exclusively via the user provided config map. This PR aligns the multus documentation with the existing code. [0] - https://github.com/k8snetworkplumbingwg/multus-cni/pull/1053 Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com> --------- Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
Multus e2e test with kind
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
$ cd multus-cni/e2e
$ ./get_tools.sh
$ ./generate_yamls.sh
$ ./setup_cluster.sh
$ ./test-simple-macvlan1.sh
How to teardown cluster
$ ./teardown.sh