To install latest weave net plugin

Ref:
https://www.weave.works/docs/net/latest/kubernetes/kube-addon/
reviewable/pr4763/r3^2
netroby 2017-08-11 13:13:48 +08:00 committed by Andrew Chen
parent 34693b50c9
commit cb6f20d727
1 changed files with 2 additions and 1 deletions

View File

@ -267,7 +267,8 @@ The official Weave Net set-up guide is [here](https://www.weave.works/docs/net/l
**Note:** Weave Net works on `amd64`, `arm` and `arm64` without any extra action required.
```shell
kubectl apply -f https://git.io/weave-kube-1.6
export kubever=$(kubectl version | base64 | tr -d '\n')
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever"
```
{% endcapture %}