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

[DOC] - Consider adding docs on how to add a new node group #472

Open
1 task done
Adam-D-Lewis opened this issue May 31, 2024 · 0 comments
Open
1 task done

[DOC] - Consider adding docs on how to add a new node group #472

Adam-D-Lewis opened this issue May 31, 2024 · 0 comments

Comments

@Adam-D-Lewis
Copy link
Member

Adam-D-Lewis commented May 31, 2024

Preliminary Checks

Summary

It can be sometimes useful to add a new node group e.g. to isolate running argo workflows from the other nodes or when adding a gpu instance. This would be an advanced use case, not a default Nebari use case. We should consider adding docs on how to add a new node group.

I think for Azure, DO, and GCP this just consists of adding a nodeSelector (e.g. "cloud.google.com/gke-nodepool": node-group-name, "azure-node-pool": node-group-name, "doks.digitalocean.com/node-pool": node-group-name), but for aws I think you may need "eks.amazonaws.com/nodegroup" and the "dedicated": node-group-name node selector or it won't begin autoscaling without first manually scaling the node. See nebari-dev/nebari#2168 for reference.

Steps to Resolve this Issue

See above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo 📬
Development

No branches or pull requests

1 participant