Update content/rancher/v2.x/en/troubleshooting/networking/_index.md

Co-authored-by: Murali Paluru <leodotcloud@gmail.com>
This commit is contained in:
Tejeev
2020-07-28 15:35:44 +01:00
committed by GitHub
parent 6d966738cf
commit 07b8d7073d
@@ -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
```