From 335c8e0960475ed56cad9b5f25a86f07fa9ba20a Mon Sep 17 00:00:00 2001 From: liwen wu Date: Fri, 26 Jan 2018 18:58:49 +0000 Subject: [PATCH] Update readme for issue #21 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03edf4fb3d..a6e1176d89 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,14 @@ The details can be found in [Proposal: CNI plugin for Kubernetes networking over ## Requirements -* kubelets must be started with --network-plugin=cni and have --cni-conf-dir and --cni-bin-dir properly set +* kubelets must be started with --network-plugin=cni and have --cni-conf-dir and --cni-bin-dir properly set. * In aws-k8s-cni.yaml, the following defaults are configured: * --cni-conf-dir=/etc/cni/net.d * --cni-bin-dir=/opt/cni/bin +* kubeletes must also explicit specify using primary IPv4 address on the Primary ENI as its node-ip, for example: + * --node-ip=$(curl [http://169.254.169.254/latest/meta-data/local-ipv4](http://169.254.169.254/latest/meta-data/local-ipv4)) + * L-IPAM requires following [IAM policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html): ```