amazon-eks-user-guide
amazon-eks-user-guide copied to clipboard
The open source version of the Amazon EKS user guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
*Issue #, if available:* *Description of changes:* * Correct outdated links. * Correct the terms of `Kubecost` and `Amazon EKS optimized Kubecost custom bundle`. * Aligned the wording `Unlimited clusters...
*Issue #, if available:* *Description of changes:* * Guidance for log gathering have no update for a long time. * Add guidance for log bundle gathering for Bottlerocket nodes. By...
Command to update Auto-Mode doesn't work Page Title: Enable EKS Auto Mode on an existing cluster > Procedure (Link: https://docs.aws.amazon.com/eks/latest/userguide/auto-enable-existing.html#_cli) aws eks update-cluster-config \ --name $CLUSTER_NAME \ --compute-config enabled=true \...
*Issue #, if available:* N/A *Description of changes:* Extend documentation in `node-efa.adoc` for Bottlerocket usage. Also updated the part about EFA device plugin as `eksctl` today also automatically deploys the...
add consideration for access entries type
The docs for [updating a cluster](https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html) suggest to proceed with a kubernetes upgrade in the following order: > ... > [Step 3: Update cluster control plane](https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html#_step_3_update_cluster_control_plane) > [Step 4: Update...
From here https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html Remove or modify the last note: > Support for AL2 will end on June 30th, 2025. For more information, see [Amazon Linux 2 FAQs](https://aws.amazon.com/amazon-linux-2/faqs/). Given that on...
## Documentation Update Request: KMS Key Configuration for EKS on Outposts ### Current Documentation Gaps 1. [Troubleshoot local Amazon EKS clusters on AWS Outposts](https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-troubleshooting.html) lacks KMS key troubleshooting information 2....
## Issue: The documentation [Create Amazon Linux nodes on AWS Outposts](https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-self-managed-nodes.html#console_create_nodes_outpost) contains steps to create self-managed Linux nodes for an EKS cluster on AWS Outposts using AWS Management Console. However,...
This is the example from the docs- ``` service.beta.kubernetes.io/aws-load-balancer-attributes: | proxy_protocol.v2.enabled=true access_logs.s3.enabled=true access_logs.s3.bucket=my-bucket access_logs.s3.prefix=my-prefix load_balancing.cross_zone.enabled=true ``` This doesn't work at all- after all, the previous line says `this annotation accepts...