From 07b8d7073da842ec93bdb2d0d3d3c13f09db37fd Mon Sep 17 00:00:00 2001 From: Tejeev Date: Tue, 28 Jul 2020 15:35:44 +0100 Subject: [PATCH] Update content/rancher/v2.x/en/troubleshooting/networking/_index.md Co-authored-by: Murali Paluru --- content/rancher/v2.x/en/troubleshooting/networking/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/troubleshooting/networking/_index.md b/content/rancher/v2.x/en/troubleshooting/networking/_index.md index dd14ebd0a49..fc2fb59144f 100644 --- a/content/rancher/v2.x/en/troubleshooting/networking/_index.md +++ b/content/rancher/v2.x/en/troubleshooting/networking/_index.md @@ -43,7 +43,7 @@ To test the overlay network, you can launch the following `DaemonSet` definition containers: - image: leodotcloud/swiss-army-knife imagePullPolicy: Always - name: swiss-army-knife + name: overlaytest command: ["sh", "-c", "tail -f /dev/null"] terminationMessagePath: /dev/termination-log ```