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
The bootstrap script cannot be found at /etc/eks. This causes the EKS nodes to be unable to work properly, especially when custom kubelet arguments need to be passed.
(Currently using amazon-eks-node-al2023-x86_64-standard-1.30-v20240703)
What you expected to happen:
bootstrap.sh should be present at /etc/eks
How to reproduce it (as minimally and precisely as possible):
No config required, using the current latest public AMI image: ami-0801925bef3126494
What happened:
The bootstrap script cannot be found at /etc/eks. This causes the EKS nodes to be unable to work properly, especially when custom kubelet arguments need to be passed.
(Currently using amazon-eks-node-al2023-x86_64-standard-1.30-v20240703)
What you expected to happen:
bootstrap.sh should be present at /etc/eks
How to reproduce it (as minimally and precisely as possible):
No config required, using the current latest public AMI image: ami-0801925bef3126494
Anything else we need to know?:
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.5aws eks describe-cluster --name <name> --query cluster.version
): 1.301.30.0-20240703
uname -a
):cat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: