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

Support groups of nodes with a disctinct set of labels and taints (node groups) #22

Closed
corvus-ch opened this issue Jul 21, 2021 · 1 comment

Comments

@corvus-ch
Copy link
Member

corvus-ch commented Jul 21, 2021

Summary

As a solution engineer
I want to be able to provision cluster with mixed worker node sizes
So that I can implement the customer's requirements

Context

Modify Terraform module to support mixed worker node types and document how to migrate existing cluster Terraform states to the new module version.

Further links

Acceptance criteria

  • OCP4 clusters on cloudscale.ch with mixed worker node sizes can be provisioned by Terraform

Implementation Ideas

  1. Change Terraform module to accept worker group configuration as map of worker group name to worker group parameters (instance type, disk size, etc.) and instantiate the internal node-group module for each entry
@simu
Copy link
Member

simu commented Aug 3, 2021

Implemented in #25

@simu simu closed this as completed Aug 3, 2021
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

No branches or pull requests

2 participants