AWS eks documentation change
Summary
Updated GitHub URL for eni-max-pods.txt reference
Security assessment
The change corrects a repository link but does not alter security-related content or introduce security documentation.
Diff
diff --git a/eks/latest/userguide/sg-pods-example-deployment.md b/eks/latest/userguide/sg-pods-example-deployment.md index 5604cd02f..6b3e7b2e7 100644 --- a//eks/latest/userguide/sg-pods-example-deployment.md +++ b//eks/latest/userguide/sg-pods-example-deployment.md @@ -135 +135 @@ If you run `kubectl describe pod `my-deployment-xxxxxxxxxx-xxxxx` -n `my-namespa -You can’t exceed the maximum number of Pods that can be run on the instance type. For a list of the maximum number of Pods that you can run on each instance type, see [eni-max-pods.txt](https://github.com/awslabs/amazon-eks-ami/blob/main/templates/shared/runtime/eni-max-pods.txt) on GitHub. When you delete a Pod that has associated security groups, or delete the node that the Pod is running on, the VPC resource controller deletes the branch network interface. If you delete a cluster with Pods using Pods for security groups, then the controller doesn’t delete the branch network interfaces, so you’ll need to delete them yourself. For information about how to delete network interfaces, see [Delete a network interface](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#delete_eni) in the Amazon EC2 User Guide. +You can’t exceed the maximum number of Pods that can be run on the instance type. For a list of the maximum number of Pods that you can run on each instance type, see [eni-max-pods.txt](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/misc/eni-max-pods.txt) on GitHub. When you delete a Pod that has associated security groups, or delete the node that the Pod is running on, the VPC resource controller deletes the branch network interface. If you delete a cluster with Pods using Pods for security groups, then the controller doesn’t delete the branch network interfaces, so you’ll need to delete them yourself. For information about how to delete network interfaces, see [Delete a network interface](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#delete_eni) in the Amazon EC2 User Guide.