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

Update flannel from v0.9.1 to v0.10.0
This commit is contained in:
Nate Bhurinat Wangsutthitham 2018-05-12 03:30:27 +07:00 committed by k8s-ci-robot
parent 3b0eb0ff9f
commit 23b4aba07c
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ to pass bridged IPv4 traffic to iptables' chains. This is a requirement for some
please see [here](https://kubernetes.io/docs/concepts/cluster-administration/network-plugins/#network-plugin-requirements).
```shell
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.10.0/Documentation/kube-flannel.yml
```
- For more information about `flannel`, please see [here](https://github.com/coreos/flannel).