Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create pod on a node with no more IP #5317

Closed
DanielCastronovo opened this issue Dec 13, 2023 · 6 comments
Closed

Create pod on a node with no more IP #5317

DanielCastronovo opened this issue Dec 13, 2023 · 6 comments
Labels
question Issues that are support related questions

Comments

@DanielCastronovo
Copy link

DanielCastronovo commented Dec 13, 2023

Description

Observed Behavior:
When a pod is created, they are an issue because the instance size has no more IP. Like M instance size (8 IP address limits)

Expected Behavior:
Assign a node type related to the limits on nodes IP address.

Reproduction Steps (Please include YAML):

Versions:

  • Chart Version: v0.32.1
  • Kubernetes Version (kubectl version): 1.27
  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@DanielCastronovo DanielCastronovo added bug Something isn't working needs-triage Issues that need to be triaged labels Dec 13, 2023
@FernandoMiguel
Copy link
Contributor

@DanielCastronovo you should be using Prefix Delegation which will expand the number of IPs available on a node by quite a lot
https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html
and you should monitor for running out of IPs in the subnets.

@njtran
Copy link
Contributor

njtran commented Dec 13, 2023

Potentially related #5234

@njtran njtran added question Issues that are support related questions and removed bug Something isn't working needs-triage Issues that need to be triaged labels Dec 13, 2023
@FernandoMiguel
Copy link
Contributor

@njtran i don't think it is related to subnets, but to ec2 ENI capacity.

@njtran
Copy link
Contributor

njtran commented Dec 13, 2023

Agreed, was pointing to your comment about running out of IPs in the subnets.

@FernandoMiguel
Copy link
Contributor

I was just trying to provide extra general guidance

@DanielCastronovo
Copy link
Author

Fine, thanks for your help :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Issues that are support related questions
Projects
None yet
Development

No branches or pull requests

3 participants