From 2fd52c743a3cae7a5d1c7c72cd10acba83e2449b Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Mon, 1 Jan 2018 23:17:53 -0500 Subject: [PATCH] Add ppc64le arch to weave net --- docs/setup/independent/create-cluster-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index d62396e7e1..aed8e26d2a 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -332,7 +332,7 @@ please see [here](https://kubernetes.io/docs/concepts/cluster-administration/net The official Weave Net set-up guide is [here](https://www.weave.works/docs/net/latest/kube-addon/). -**Note:** Weave Net works on `amd64`, `arm` and `arm64` without any extra action required. +**Note:** Weave Net works on `amd64`, `arm`, `arm64` and `ppc64le` without any extra action required. Weave Net sets hairpin mode by default. This allows Pods to access themselves via their Service IP address if they don't know their PodIP.