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 <btat@suse.com>

* Update content/rancher/v2.5/en/troubleshooting/networking/_index.md

Co-authored-by: Billy Tat <btat@suse.com>

* Update content/rancher/v2.6/en/troubleshooting/networking/_index.md

Co-authored-by: Billy Tat <btat@suse.com>

Co-authored-by: Jennifer Travinski <jennifer.travinski@suse.com>
Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
David Fisher
2021-09-28 13:53:01 -07:00
committed by GitHub
co-authored by Billy Tat Jennifer Travinski
parent ed6cb2bda4
commit 4aded39875
3 changed files with 6 additions and 0 deletions
@@ -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`
```
@@ -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`
```
@@ -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`
```