1
0
mirror of https://github.com/teamserverless/k8s-on-raspbian.git synced 2025-10-31 22:11:21 +00:00

Updated flannel yaml link

Signed-off-by: Stan Vernier <svernier@users.noreply.github.com>
This commit is contained in:
Stan Vernier
2019-02-02 19:08:47 -05:00
committed by Alex Ellis
parent 774d854938
commit 2d69e3c954

View File

@@ -213,7 +213,7 @@ If you run into any issues with Weaveworks' networking then [flannel](https://gi
Apply the Flannel driver on the master:
```
$ kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/c5d10c8/Documentation/kube-flannel.yml
$ kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
```
On each node that joins including the master: