From e3fabdd8bfd25e5ed17bb4162aca4d0a7ad14695 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Tue, 23 May 2023 13:55:50 +0530 Subject: [PATCH] Added offline step for downloading init image --- deployments/k8s/network-emulation/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.