Skip to content
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

[jupyterhub] Minimum core managed nodes must be >= 4 ? #556

Closed
asmacdo opened this issue Jun 13, 2024 · 3 comments
Closed

[jupyterhub] Minimum core managed nodes must be >= 4 ? #556

asmacdo opened this issue Jun 13, 2024 · 3 comments
Labels

Comments

@asmacdo
Copy link
Contributor

asmacdo commented Jun 13, 2024

We’ve set our desired nodes and min nodes to 1, but we still have 4 nodes.

Is there additional configuration that overrides this?

eks_managed_node_groups = {

@asmacdo asmacdo changed the title Minimum core managed nodes must be >= 4 ? [jupyterhub] Minimum core managed nodes must be >= 4 ? Jun 15, 2024
@vara-bonthu
Copy link
Collaborator

vara-bonthu commented Jun 20, 2024

Changing the desired_size after the cluster is deployed with Terraform will not have any impact.

To make changes effective, you need to set the min_size to 1. The desired_size is managed by Auto Scaling Groups (ASGs) once the node groups are created.

You can modify this in the AWS Console by editing the managed node group's min and desired sizes. If nodes still scale to 4, check the Cluster Autoscaler logs to see if pod requests triggered the scaling, particularly if there are pending pods that can't fit on one node.

Copy link
Contributor

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Jul 21, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

Issue closed due to inactivity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants