From 4aded398757453b14e697e3b47beecd11310e861 Mon Sep 17 00:00:00 2001 From: David Fisher <82880+tibbon@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:53:01 -0400 Subject: [PATCH] Describe arm compatibility issue for tools pod (#3189) * Describe arm compatibility issue for tools pod * Apply a05a4f (author: tibbon) to Rancher v2.0-v2.4 directory * Apply a05a4f (author: tibbon) to Rancher v2.5 directory * Updated a05a4f (author: tibbon) to Rancher v2.6 directory * Update content/rancher/v2.0-v2.4/en/troubleshooting/networking/_index.md Co-authored-by: Billy Tat * Update content/rancher/v2.5/en/troubleshooting/networking/_index.md Co-authored-by: Billy Tat * Update content/rancher/v2.6/en/troubleshooting/networking/_index.md Co-authored-by: Billy Tat Co-authored-by: Jennifer Travinski Co-authored-by: Billy Tat --- .../rancher/v2.0-v2.4/en/troubleshooting/networking/_index.md | 2 ++ content/rancher/v2.5/en/troubleshooting/networking/_index.md | 2 ++ content/rancher/v2.6/en/troubleshooting/networking/_index.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/rancher/v2.0-v2.4/en/troubleshooting/networking/_index.md b/content/rancher/v2.0-v2.4/en/troubleshooting/networking/_index.md index f1e30f8109a..99d67e8846c 100644 --- a/content/rancher/v2.0-v2.4/en/troubleshooting/networking/_index.md +++ b/content/rancher/v2.0-v2.4/en/troubleshooting/networking/_index.md @@ -16,6 +16,8 @@ The pod can be scheduled to any of the hosts you used for your cluster, but that To test the overlay network, you can launch the following `DaemonSet` definition. This will run a `swiss-army-knife` container on every host (image was developed by Rancher engineers and can be found here: https://github.com/rancherlabs/swiss-army-knife), which we will use to run a `ping` test between containers on all hosts. +> **Note:** This container [does not support ARM nodes](https://github.com/leodotcloud/swiss-army-knife/issues/18), such as a Raspberry Pi. This will be seen in the pod logs as `exec user process caused: exec format error`. + 1. Save the following file as `overlaytest.yml` ``` diff --git a/content/rancher/v2.5/en/troubleshooting/networking/_index.md b/content/rancher/v2.5/en/troubleshooting/networking/_index.md index 1a27333ba02..1bdaa5c884f 100644 --- a/content/rancher/v2.5/en/troubleshooting/networking/_index.md +++ b/content/rancher/v2.5/en/troubleshooting/networking/_index.md @@ -18,6 +18,8 @@ The pod can be scheduled to any of the hosts you used for your cluster, but that To test the overlay network, you can launch the following `DaemonSet` definition. This will run a `swiss-army-knife` container on every host (image was developed by Rancher engineers and can be found here: https://github.com/rancherlabs/swiss-army-knife), which we will use to run a `ping` test between containers on all hosts. +> **Note:** This container [does not support ARM nodes](https://github.com/leodotcloud/swiss-army-knife/issues/18), such as a Raspberry Pi. This will be seen in the pod logs as `exec user process caused: exec format error`. + 1. Save the following file as `overlaytest.yml` ``` diff --git a/content/rancher/v2.6/en/troubleshooting/networking/_index.md b/content/rancher/v2.6/en/troubleshooting/networking/_index.md index bdaeffcd8d9..5960cdf0735 100644 --- a/content/rancher/v2.6/en/troubleshooting/networking/_index.md +++ b/content/rancher/v2.6/en/troubleshooting/networking/_index.md @@ -16,6 +16,8 @@ The pod can be scheduled to any of the hosts you used for your cluster, but that To test the overlay network, you can launch the following `DaemonSet` definition. This will run a `swiss-army-knife` container on every host (image was developed by Rancher engineers and can be found here: https://github.com/rancherlabs/swiss-army-knife), which we will use to run a `ping` test between containers on all hosts. +> **Note:** This container [does not support ARM nodes](https://github.com/leodotcloud/swiss-army-knife/issues/18), such as a Raspberry Pi. This will be seen in the pod logs as `exec user process caused: exec format error`. + 1. Save the following file as `overlaytest.yml` ```