From e82778a2679b906ae94e6556f472675d38be6f26 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Thu, 2 Nov 2017 16:33:21 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8fe7d289..f834e1ab0 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ Go 1.5 users will need to set `GO15VENDOREXPERIMENT=1` to get vendored dependenc ## Usage with Kubernetes CRD/TPR based Network Objects +Kubelet is responsible for establishing the network interfaces for each pod; it does this by invoking its configured CNI plugin. When Multus is invoked, it recovers pod annotations related to Multus, in turn, then it uses these annotations to recover a Kubernetes custom resource definition (CRD), which is an object that informs which plugins to invoke and the configuration needing to be passed to them. The order of plugin invocation is important as is the identity of the primary plugin. + Please refer the Kubernetes Network SIG - Multiple Network PoC proposal for more details refer the link - [K8s Multiple Network proposal](https://docs.google.com/document/d/1TW3P4c8auWwYy-w_5afIPDcGNLK3LZf0m14943eVfVg/edit) ### Creating “Network” third party resource in kubernetes