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 ```