appuio / terraform-openshift4-exoscale

OpenShift 4 Terraform setup for Exoscale
2 stars 0 forks source link

Change default root disk size to 100Gi #87

Closed DebakelOrakel closed 7 months ago

DebakelOrakel commented 9 months ago

RedHat lowered requirements for OpenShift node root disk size to 100Gi.

Checklist

simu commented 7 months ago

Note that this change requires users to ensure that clusters that were setup with terraform-openshift4-exoscale <= v4 to pin the root disk size of their clusters to the old default of 120Gi.

We explicitly don't add disk_size to the ignore_changes list, so that users can resize VM disks via Terraform (e.g. with an approach similar to the approach described in https://kb.vshn.ch/oc4/how-tos/cloudscale/update_compute_flavors.html)

We'll provide detailed upgrade instructions in the openshift4-terraform component.