diff --git a/deployments/k8s/network-emulation/readme.md b/deployments/k8s/network-emulation/readme.md index 6a4bc6ca..8f6fd8a0 100644 --- a/deployments/k8s/network-emulation/readme.md +++ b/deployments/k8s/network-emulation/readme.md @@ -82,6 +82,8 @@ To achieve this, we'll be using [Meshnet CNI](https://github.com/networkop/meshn # download meshnet image docker pull networkop/meshnet:latest + # download init image + docker pull networkop/init-wait:latest # push images to nodes kind load docker-image ghcr.io/open-traffic-generator/licensed/ixia-c-controller:0.0.1-3889 @@ -166,4 +168,4 @@ To achieve this, we'll be using [Meshnet CNI](https://github.com/networkop/meshn * [All Releases](https://github.com/open-traffic-generator/ixia-c/releases) * [Latest Release](https://github.com/open-traffic-generator/ixia-c/releases/latest) - Checkout [OTG Conformance Tests](https://github.com/open-traffic-generator/conformance) for examples on various OTG features written in Go and Python. -- Checkout [OTG Examples](https://github.com/open-traffic-generator/otg-examples) for more comprehensive examples / labs. \ No newline at end of file +- Checkout [OTG Examples](https://github.com/open-traffic-generator/otg-examples) for more comprehensive examples / labs.