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

ENG-504 update cluster, node pool patch methods #139

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

zubenkoivan
Copy link
Contributor

@zubenkoivan zubenkoivan commented Dec 11, 2024

  • removed node_pool.id, now we will select node pool template by machine_type field
  • removed all storage options, we will pass storage parameters directly during cluster creation and not use storage templates anymore
  • updated patch_cluster method, allow part of orchestrator config to be passed
  • support patch node pool size and resources

@zubenkoivan zubenkoivan changed the title update cluster, node pool patch methods ENG-504 update cluster, node pool patch methods Dec 11, 2024
Copy link

linear bot commented Dec 11, 2024

nvidia_gpu=payload.get("nvidia_gpu") or payload.get("gpu"),
nvidia_gpu_model=(
payload.get("nvidia_gpu_model") or payload.get("gpu_model")
),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zubenkoivan Can you confirm please, we shouldn't include AMD and intel here because cloud providers doesn't have them, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, correct

@zubenkoivan zubenkoivan merged commit 3dbdb01 into master Dec 12, 2024
12 checks passed
@zubenkoivan zubenkoivan deleted the iz/update-patch-methods branch December 12, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants