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
Using latest version of AWS VPC CNI Addon: v1.12.0-eksbuild.1
The default configuration has no resource limit specified for the init container.
The newly added Addon configuration setting only allows setting resources for the primary container but not the init container.
What would you like to be added:
The addon configuration should allow setting resource limits for the init container too.
Why is this needed:
Recommended practice to ensure k8s scheduler can sucessfully schedule pods. Also helps user to know/control the resource usage of this container.
The text was updated successfully, but these errors were encountered:
@pdeva Yes and that is because we currently don't have any resource limits/requests settings in the init container spec in our default manifest. We don't currently specify any limits/reqs because this is not a long running container and CNI will not even move to running state without init container successfully completing it's work (and exiting). Node will fail to move to Ready state without VPC CNI pod up and running and so we didn't see a need to cap any resources for the init container.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Using latest version of AWS VPC CNI Addon: v1.12.0-eksbuild.1
The default configuration has no resource limit specified for the init container.
The newly added Addon configuration setting only allows setting resources for the primary container but not the init container.
What would you like to be added:
The addon configuration should allow setting resource limits for the init container too.
Why is this needed:
Recommended practice to ensure k8s scheduler can sucessfully schedule pods. Also helps user to know/control the resource usage of this container.
The text was updated successfully, but these errors were encountered: