From a64e5988d55949c6a612f4ffe59a2cd713f78f3b Mon Sep 17 00:00:00 2001 From: Tejeev Date: Fri, 18 Apr 2025 04:51:27 -0600 Subject: [PATCH] Update networking.md Just a slightly better way to keep the container up --- docs/troubleshooting/other-troubleshooting-tips/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```