Skip to content

Commit

Permalink
Merge pull request #7 from bobbywatson3/update-readme-with-cni-info-1
Browse files Browse the repository at this point in the history
Update README.md to include CNI
  • Loading branch information
devkid authored Jan 16, 2021
2 parents 13b7740 + d037de6 commit 7c395ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Manage AWS Elastic IPs (EIPs) and Elastic Network Interfaces (ENIs) as Custom Re
## Requirements

* Your pod IPs must be allocated from your VPC subnets. This is the default setup on AWS EKS by using the [AWS VPC CNI plugin](https://github.com/aws/amazon-vpc-cni-k8s).
* If you wish egress traffic to be sourced from assigned EIPs: In AWS VPC CNI plugin, `AWS_VPC_K8S_CNI_EXTERNALSNAT` must be set to `true` or `AWS_VPC_K8S_CNI_EXCLUDE_SNAT_CIDRS` must include the destination CIDR's.
* Your worker nodes must reside in a public subnet with an internet gateway attached.

## Installation
Expand Down

0 comments on commit 7c395ef

Please sign in to comment.