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
A similar issue #1902 has been closed by its author, however, it would be good to get a direct answer from the maintainers.
In AL2 we used the /etc/eks/max-pods-calculator.sh script to calculate max pods with the prefix delegation and to pass this number to Karpenter. However, it seems that this script is not provided in AL2023. What are the recommended alternatives now? Should we resort to fetching the script from this repo at boot time? This does not seem right
The text was updated successfully, but these errors were encountered:
This functionality has not been implemented in AL2023 (yet). The script won't be moved over; this would be implemented with a feature gate in the NodeConfig. We'll use this issue to track the feature request.
cartermckinnon
changed the title
How to use max-pods-calculator.sh to set maxPods in AL2023
feat(nodeadm): set kubelet's maxPods to support VPC CNI prefix delegation
Nov 11, 2024
A similar issue #1902 has been closed by its author, however, it would be good to get a direct answer from the maintainers.
In AL2 we used the
/etc/eks/max-pods-calculator.sh
script to calculate max pods with the prefix delegation and to pass this number to Karpenter. However, it seems that this script is not provided in AL2023. What are the recommended alternatives now? Should we resort to fetching the script from this repo at boot time? This does not seem rightThe text was updated successfully, but these errors were encountered: