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) #15

Closed
corvus-ch opened this issue Jul 21, 2021 · 0 comments · Fixed by #16
Closed

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

corvus-ch opened this issue Jul 21, 2021 · 0 comments · Fixed by #16

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 for OpenShift4 on Exoscale 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 Exoscale with mixed worker node sizes can be provisioned by Terraform

Implementation Ideas

  • Keep current worker config as "default worker group"
  • Change Terraform module to accept additional worker group configurations 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 added a commit that referenced this issue Jul 29, 2021
Introduce new module variable `additional_worker_groups` which can be
used to configure workers with different sizes than the default workers.

Implements #15
simu added a commit that referenced this issue Jul 29, 2021
Introduce new module variable `additional_worker_groups` which can be
used to configure workers with different sizes than the default workers.

Implements #15
simu added a commit that referenced this issue Jul 29, 2021
Introduce new module variable `additional_worker_groups` which can be
used to configure workers with different sizes than the default workers.

Implements #15
simu added a commit that referenced this issue Jul 29, 2021
Introduce new module variable `additional_worker_groups` which can be
used to configure workers with different sizes than the default workers.

Implements #15
simu added a commit that referenced this issue Jul 29, 2021
Introduce new module variable `additional_worker_groups` which can be
used to configure workers with different sizes than the default workers.

Implements #15
@simu simu closed this as completed in #16 Jul 30, 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

Successfully merging a pull request may close this issue.

1 participant