Update create-cluster-kubeadm.md (#5761)

Update Canal version in pod network apply commands
This commit is contained in:
Kris Dockery 2017-10-23 16:21:34 -05:00 committed by Steve Perry
parent 25029e6577
commit 9ac035ffda
1 changed files with 2 additions and 2 deletions

View File

@ -243,8 +243,8 @@ The official Canal set-up guide is [here](https://github.com/projectcalico/canal
- Canal works on `amd64` only.
```shell
kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8s-install/1.6/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8s-install/1.6/canal.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8s-install/1.7/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8s-install/1.7/canal.yaml
```
{% endcapture %}