Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 7675aac

Browse files
riptapingles
authored andcommitted
Add reference to amazon-vpc-cni-k8s to README (#62)
* Add reference to amazon-vpc-cni-k8s to README The README only mentioned cni-ipvlan. This commit also adds note about the minimum required version.
1 parent 12f2a33 commit 7675aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This is the process that would typically be deployed as a DaemonSet to ensure th
5252

5353
| CNI | Interface | Notes |
5454
|-----|-----------|-------|
55-
| [cni-ipvlan-vpc-k8s](https://github.com/lyft/cni-ipvlan-vpc-k8s) | `!eth0` | This CNI plugin attaches multiple ENIs to the instance. Typically eth1-ethN (N depends on the instance type) are used for pods which leaves eth0 for the kubernetes control plane. The ! prefix on the interface name inverts the match so metadata service traffic from all interfaces except eth0 will be sent to the kiam agent. |
55+
| [amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) and [cni-ipvlan-vpc-k8s](https://github.com/lyft/cni-ipvlan-vpc-k8s) | `!eth0` | This CNI plugin attaches multiple ENIs to the instance. Typically eth1-ethN (N depends on the instance type) are used for pods which leaves eth0 for the kubernetes control plane. The ! prefix on the interface name inverts the match so metadata service traffic from all interfaces except eth0 will be sent to the kiam agent. *Requires kiam v2.7 or newer.* |
5656
| [weave](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/) | `weave` | |
5757
| [calico/canal](https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/flannel) | `cali+` | |
5858

0 commit comments

Comments
 (0)