diff --git a/README.md b/README.md index 4a1cd61ce4..790be2079f 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ datastore to maintain in your cluster. kube-router's elegant design also means there is no dependency on another CNI plugin. The [official "bridge" plugin](https://github.com/containernetworking/plugins/tree/master/plugins/main/bridge) -provided by the CNI project is all you need -- and chances are you already have -it in your CNI binary directory! +provided by the CNI project is all you need. While it is likely that you already have this plugin on your file system +if you've installed Kubernetes, kube-router will install the plugins it needs for you in `/opt/cni/bin` if it sees +you're missing them. Read more about the advantages and potential of BGP with Kubernetes: diff --git a/docs/user-guide.md b/docs/user-guide.md index 9fe9ae2b73..eac6c10fb9 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -169,6 +169,16 @@ kube-router --master=http://192.168.1.99:8080/` or `kube-router --kubeconfig=