Update create-cluster-kubeadm.md (#5849)
Update flannel script to use latest version. 1. It is fully compatible with previous versions (see [Release Notes](https://github.com/coreos/flannel/releases)) 2. `kube-flannel-rbac.yml` was merged to `kube-flannel.yml`
This commit is contained in:
@@ -257,8 +257,7 @@ kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8
|
||||
`amd64` you have to manually download the manifest and replace `amd64` occurences with your chosen platform.
|
||||
|
||||
```shell
|
||||
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel.yml
|
||||
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel-rbac.yml
|
||||
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.0/Documentation/kube-flannel.yml
|
||||
```
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user