From dfbd0b16b475a1fc360032438a3892f95ffa8465 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Fri, 24 Mar 2017 12:07:03 +0000 Subject: [PATCH] Flannel is not longer the only network addon that supports ARM --- docs/getting-started-guides/kubeadm.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/getting-started-guides/kubeadm.md b/docs/getting-started-guides/kubeadm.md index b1abb4c1c1..a5dbf724f0 100644 --- a/docs/getting-started-guides/kubeadm.md +++ b/docs/getting-started-guides/kubeadm.md @@ -190,8 +190,6 @@ You can install a pod network add-on with the following command: Please refer to the specific add-on installation guide for exact details. You should only install one pod network per cluster. -If you are on another architecture than amd64, you should use the flannel overlay network as described in [the multi-platform section](#kubeadm-is-multi-platform) - NOTE: You can install **only one** pod network per cluster. Once a pod network has been installed, you can confirm that it is working by checking that the `kube-dns` pod is `Running` in the output of `kubectl get pods --all-namespaces`. @@ -348,14 +346,6 @@ kubeadm deb packages and binaries are built for amd64, arm and arm64, following deb-packages are released for ARM and ARM 64-bit, but not RPMs (yet, reach out if there's interest). -Currently, only the pod network flannel is working on multiple architectures. You can install it this way: - - # export ARCH=amd64 - # curl -sSL "https://github.com/coreos/flannel/blob/master/Documentation/kube-flannel.yml?raw=true" | sed "s/amd64/${ARCH}/g" | kubectl create -f - - -Replace `ARCH=amd64` with `ARCH=arm` or `ARCH=arm64` depending on the platform you're running on. -Note that the Raspberry Pi 3 is in ARM 32-bit mode, so for RPi 3 you should set `ARCH` to `arm`, not `arm64`. - ## Cloudprovider integrations (experimental) Enabling specific cloud providers is a common request, this currently requires manual configuration and is therefore not yet supported. If you wish to do so,