You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: calico/getting-started/kubernetes/managed-public-cloud/eks.mdx
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,17 +35,32 @@ When using the Amazon VPC CNI plugin, $[prodname] does not support enforcement o
35
35
36
36
:::
37
37
38
-
***Prerequisites***
39
-
40
-
* You [disabled network policy for the AWS VPC CNI](https://docs.aws.amazon.com/eks/latest/userguide/network-policy-disable.html).
41
-
* You [configured AWS VPC CNI to annotate Pods with their IPs](https://github.com/aws/amazon-vpc-cni-k8s?tab=readme-ov-file#annotate_pod_ip-v193). Note the requirement to grant the "patch" permission to the `aws-node` daemon set. Without this setting, pod IPs can propagate slowly when Kubernetes is under load resulting in slow policy application after pod creation.
42
38
43
39
1. First, create an Amazon EKS cluster.
44
40
45
41
```bash
46
42
eksctl create cluster --name <my-calico-cluster>
47
43
```
48
44
45
+
Do **not** enable [network policy for the AWS VPC CNI](https://docs.aws.amazon.com/eks/latest/userguide/network-policy-disable.html); it conflicts with $[prodname].
46
+
47
+
1. Configure AWS VPC CNI to [annotate Pods with their IPs](https://github.com/aws/amazon-vpc-cni-k8s?tab=readme-ov-file#annotate_pod_ip-v193).
48
+
Note the requirement to grant the "patch" permission to the `aws-node` daemon set to avoid permission errors.
49
+
This setting ensures that pod IPs propagate quickly from AWS VPC CNI to $[prodname].
0 commit comments