diff --git a/docs/troubleshooting/other-troubleshooting-tips/networking.md b/docs/troubleshooting/other-troubleshooting-tips/networking.md index 92bd7cf56b6..cf5874d0ddb 100644 --- a/docs/troubleshooting/other-troubleshooting-tips/networking.md +++ b/docs/troubleshooting/other-troubleshooting-tips/networking.md @@ -49,7 +49,7 @@ The `swiss-army-knife` container does not support Windows nodes. It also [does n - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ```