amazon-eks-ami
amazon-eks-ami copied to clipboard
Packer configuration for building a custom EKS AMI
**Issue #, if available:** Resolves #985, Closes #800 **Description of changes:** Updates container-runtime packages to the most recent versions available in AL2 repos. ``` docker-0.10.17-1.amzn2 containerd-1.6.6-1.amzn2 runc-1.1.3-1.amzn2 ``` By submitting...
**What happened**: Every couple of days, we have a node that isn't able to boot and is stuck in NotReady. Here are the logs: ``` Aug 15 11:49:04 ip-10-208-73-71 pull-sandbox-image.sh:...
**What happened**: Hello 👋. We are trying to get ipv6 working within CAPA with this [PR](https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/3513). We are passing in everything needed to the bootstrap script. We are creating an...
**Description of changes:** The command "iptables --list" output the result of filter table by default. ```shell iptables --list --help iptables v1.8.4 (snip) --table -t table table to manipulate (default: `filter')...
**What would you like to be added**: Update Containerd version to v1.5 I did not find any roadmap or existing Issue on that so I wonder if this is something...
We have trouble with running our EKS clusters with containerd container runtime. When pods with huge images start creating at the same time on the same node - kubernetes nodes...
**What happened**: Nodes crashed because we didn't set a max pids per pod. **What you expected to happen**: Question is why this is set to 32768? Which seems to be...
*Issue #, if available:* VPC CNI - https://github.com/aws/amazon-vpc-cni-k8s/issues/1316 *Description of changes:* Added logic to collect logs on bottlerocket AMI ``` sudo bash eks-log-collector.sh Detected Bottlerocket AMI Fetching INSTANCE_ID % Total...
*Issue #, if available:* https://github.com/awslabs/amazon-eks-ami/issues/1034 https://github.com/awslabs/amazon-eks-ami/issues/990 *Description of changes:* - Cache the following images to improve node bootstrapping time: - pause - aws-node images (init and aws-node) - kube-proxy images...
**What happened**: `1Ti` EBS is configured to be mounted as / file system for ephemeral storage usage. When node is up, `kubectl describe node` shows it only has `4Gi` ephemeral...