-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Bug] Duplicate --max-pods
attribute passed to KUBELET_EXTRA_ARGS
#7946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
What were you trying to accomplish?
--max-pods
forKUBELET_EXTRA_ARGS
should have exactly one but not two whenMaxPodsPerNode
is assigned.What happened?
When
MaxPodsPerNode
is assigned, it would invokemakeMaxPodsScript
withappend()
eksctl/pkg/nodebootstrap/managed_al2.go
Lines 51 to 55 in c9afc42
However, the original
KUBELET_EXTRA_ARGS
already have--max-pods
flag set, aftersed -i
it would have two--max-pods
flags assigned, which is confusing (although the actual result is okay),eksctl/pkg/nodebootstrap/managed_al2.go
Lines 97 to 103 in c9afc42
How to reproduce it?
Create Managed Node Group with
MaxPodsPerNode
set.Logs
Actual result:
Anything else we need to know?
n/a
Versions
The text was updated successfully, but these errors were encountered: