Skip to content

Commit 8d9ccae

Browse files
committed
Add note about enabled ANNOTATE_POD_IP setting to EKS guide.
1 parent 0422e91 commit 8d9ccae

File tree

1 file changed

+1
-0
lines changed
  • calico/getting-started/kubernetes/managed-public-cloud

1 file changed

+1
-0
lines changed

calico/getting-started/kubernetes/managed-public-cloud/eks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ When using the Amazon VPC CNI plugin, $[prodname] does not support enforcement o
3838
***Prerequisites***
3939

4040
* 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.
4142

4243
1. First, create an Amazon EKS cluster.
4344

0 commit comments

Comments
 (0)