From a64e5988d55949c6a612f4ffe59a2cd713f78f3b Mon Sep 17 00:00:00 2001 From: Tejeev Date: Fri, 18 Apr 2025 04:51:27 -0600 Subject: [PATCH 1/2] 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 ``` From 3fa65a6033f94e1adcfcdc76b11c33d18c9f047b Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 23 Apr 2025 15:19:06 -0700 Subject: [PATCH 2/2] Apply a64e5988 (Just a slightly better way to keep the container up) to other instances --- .../helm2/rke-add-on/troubleshooting/generic-troubleshooting.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- docs/troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../current/troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- .../troubleshooting/other-troubleshooting-tips/dns.md | 2 +- .../troubleshooting/other-troubleshooting-tips/networking.md | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/archived_docs/en/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/generic-troubleshooting.md b/archived_docs/en/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/generic-troubleshooting.md index 9b51190c7c1..af6badc564c 100644 --- a/archived_docs/en/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/generic-troubleshooting.md +++ b/archived_docs/en/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/generic-troubleshooting.md @@ -121,7 +121,7 @@ To test the overlay network, you can launch the following `DaemonSet` definition - image: alpine imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/dns.md b/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/dns.md index e328b335296..a9d6338fc7a 100644 --- a/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/dns.md +++ b/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/networking.md b/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/networking.md index e75a9783b97..99011e4f4f0 100644 --- a/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/networking.md +++ b/archived_docs/en/version-2.0-2.4/troubleshooting/other-troubleshooting-tips/networking.md @@ -43,7 +43,7 @@ To test the overlay network, you can launch the following `DaemonSet` definition - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/dns.md b/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/dns.md index 8a289e722cd..5e029686a6e 100644 --- a/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/dns.md +++ b/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/networking.md b/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/networking.md index d4d3017db39..155b31d063f 100644 --- a/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/networking.md +++ b/archived_docs/en/version-2.5/troubleshooting/other-troubleshooting-tips/networking.md @@ -43,7 +43,7 @@ To test the overlay network, you can launch the following `DaemonSet` definition - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/docs/troubleshooting/other-troubleshooting-tips/dns.md b/docs/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/docs/troubleshooting/other-troubleshooting-tips/dns.md +++ b/docs/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/dns.md index 6518bda360b..4bb0482942f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/networking.md index ab6f3882af8..d9e28635dae 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/troubleshooting/other-troubleshooting-tips/networking.md @@ -44,7 +44,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md index 6518bda360b..4bb0482942f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md index ab6f3882af8..d9e28635dae 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md @@ -44,7 +44,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md index 6518bda360b..4bb0482942f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md index ab6f3882af8..d9e28635dae 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md @@ -44,7 +44,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md index c5ae0ff8872..752d76a958b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md index 32bdd10c27c..e2ced2dfb5a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md @@ -43,7 +43,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md index c5ae0ff8872..752d76a958b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md index 32bdd10c27c..e2ced2dfb5a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md @@ -43,7 +43,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md index 6518bda360b..4bb0482942f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md index ab6f3882af8..d9e28635dae 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md @@ -44,7 +44,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md index c5ae0ff8872..752d76a958b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md @@ -96,7 +96,7 @@ pod "busybox" deleted - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md index 47c806b0278..d7ca9b7a883 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md @@ -43,7 +43,7 @@ title: 网络 - image: rancherlabs/swiss-army-knife imagePullPolicy: Always name: overlaytest - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md b/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md +++ b/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md b/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md index 92bd7cf56b6..cf5874d0ddb 100644 --- a/versioned_docs/version-2.10/troubleshooting/other-troubleshooting-tips/networking.md +++ b/versioned_docs/version-2.10/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 ``` diff --git a/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md b/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md +++ b/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md b/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md index 92bd7cf56b6..cf5874d0ddb 100644 --- a/versioned_docs/version-2.11/troubleshooting/other-troubleshooting-tips/networking.md +++ b/versioned_docs/version-2.11/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 ``` diff --git a/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md b/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md +++ b/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md b/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md index 4d938886206..2ccbb1d30e3 100644 --- a/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md +++ b/versioned_docs/version-2.6/troubleshooting/other-troubleshooting-tips/networking.md @@ -47,7 +47,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 ``` diff --git a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md +++ b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md b/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md index 450617aaaaf..60a76d533bb 100644 --- a/versioned_docs/version-2.7/troubleshooting/other-troubleshooting-tips/networking.md +++ b/versioned_docs/version-2.7/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 ``` diff --git a/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md b/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md +++ b/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md b/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md index e2eb22a45a6..c5c6bd82945 100644 --- a/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md +++ b/versioned_docs/version-2.8/troubleshooting/other-troubleshooting-tips/networking.md @@ -48,7 +48,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 ``` diff --git a/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md b/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md index b4a6989f6b7..3b3cf2cfde8 100644 --- a/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md +++ b/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/dns.md @@ -100,7 +100,7 @@ If you want to check resolving of domain names on all of the hosts, execute the - image: busybox:1.28 imagePullPolicy: Always name: alpine - command: ["sh", "-c", "tail -f /dev/null"] + command: ["sleep", "infinity"] terminationMessagePath: /dev/termination-log ``` diff --git a/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md b/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md index 7e115bbd967..b0388295083 100644 --- a/versioned_docs/version-2.9/troubleshooting/other-troubleshooting-tips/networking.md +++ b/versioned_docs/version-2.9/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 ```