Skip to content

Commit

Permalink
Update create-cluster-kubeadm.md (#5761)
Browse files Browse the repository at this point in the history
Update Canal version in pod network apply commands
  • Loading branch information
Kris Dockery authored and zacharysarah committed Nov 3, 2017
1 parent 8b5e50f commit 3bda0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/independent/create-cluster-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,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 %}

Expand Down

0 comments on commit 3bda0cf

Please sign in to comment.