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
Fix duplicate --max-pods arguments in KUBELET_EXTRA_ARGS
Fixes#7946 by removing existing --max-pods arguments before appending
the new value in makeMaxPodsScript. This prevents duplicate --max-pods
flags when the AMI bootstrap script already includes one.
The fix:
- Removes any existing --max-pods=<number> arguments
- Cleans up extra spaces
- Appends the new --max-pods value
Only affects AL2 managed nodegroups. AL2023 uses nodeadm configuration
and is not impacted by this change.
0 commit comments