Merge pull request #28673 from cheld/add-cni-config
Automatic merge from submit-queue
add default flannel configuration for cni
I added a default flannel configuration for cni.
So hyperkube can be started with:
```
--network-plugin=kubenet
```
or with flannel:
```
--network-plugin=cni
--network-plugin-dir=/etc/cni/net.d
```
Requires update of cni binaries to 0.3.0 or later to work. See also https://github.com/kubernetes/kubernetes/issues/27603
This PR is intended to support multi-node Hyperkube
https://github.com/kubernetes/kube-deploy/pull/115
CC @zreigz
[]()
Showing
Please
register
or
sign in
to comment