From 6ced13a6713a6cf3960e8c6ec61ccec4c9bb626e Mon Sep 17 00:00:00 2001 From: Aaron U'Ren Date: Sat, 27 Jan 2024 21:18:53 -0600 Subject: [PATCH] doc(cni): CNI requirements and install process --- README.md | 5 +++-- docs/user-guide.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) 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=