-
Notifications
You must be signed in to change notification settings - Fork 65
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
Core node pool revision to minimize cost - towards n2-highmem-2
and r5.large
machines
#2212
Comments
Ref #2005 as well |
I concluded that the I ended up with two nodes needed recently on a cluster using dask gateway that also takes up a few pods. I suggest using Summary of current opionion
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I think this transition may have fully completed now. |
We have a few clusters, and a few core node pool configurations. I suggest that we inspect what we got, and we transition to 1:8 CPU:RAM nodes like
n2-highmem-2
andr5.large
(2:16) orn2-highmem-4
andr5.xlarge
(4:32).We should make a decision for each clusters I think, and then we start to learn what we need to consider and can establish a ruleset to follow.
Consider
Disruptive maintenance consideration
This will all pods in the core node, so ideally there are no active users on the cluster as restarting
hub
andproxy
pod will disrupt users for example, even if they can recover their user server session.Related cloud operations
eksctl
folder<clustername>.jsonnet
template to declare one new core node pool, and render the jsonnet template into a eksctl configeksctl
to create the new core node poolkubectl
to drain the old core node pool<clustername>.jsonnet
template to declare one new core node pool, and render the jsonnet template into a eksctl configeksctl
to delete the old core node poolterraform
folderterraform init
,terraform workspace list
,terraform workspace select
, updating terraform variable files, andterraform plan
+terraform apply
Related
The text was updated successfully, but these errors were encountered: