Add Weave Net as an option for ARM installs

This commit is contained in:
Bryan Boreham
2017-04-06 09:48:41 +00:00
committed by Andrew Chen
parent 2a5148437c
commit 1879e0a6b5
+7 -5
View File
@@ -297,9 +297,9 @@ kubectl apply -f <add-on.yaml>
Please refer to the specific add-on installation guide for exact details. You Please refer to the specific add-on installation guide for exact details. You
should only install one pod network per cluster. should only install one pod network per cluster.
If you are on another architecture than amd64, you should use the flannel If you are on another architecture than amd64, you should use the
overlay network as described in [the multi-platform flannel or Weave Net overlay networks as described in [the
section](#multi-platform) multi-platform section](#multi-platform)
NOTE: You can install **only one** pod network per cluster. NOTE: You can install **only one** pod network per cluster.
@@ -473,8 +473,10 @@ proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/mu
deb-packages are released for ARM and ARM 64-bit, but not RPMs (yet, reach out deb-packages are released for ARM and ARM 64-bit, but not RPMs (yet, reach out
if there's interest). if there's interest).
Currently, only the pod network flannel is working on multiple architectures. Currently, only the pod networks flannel and Weave Net work on multiple architectures.
You can install it this way: For Weave Net just use its [standard install](https://www.weave.works/docs/net/latest/kube-addon/).
Flannel requires special installation instructions:
``` bash ``` bash
export ARCH=amd64 export ARCH=amd64