-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change default root disk size to 100Gi #74
Conversation
af41ff8
to
ed1e9db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, you need to add volume_size_gb
in
terraform-openshift4-cloudscale/modules/node-group/main.tf
Lines 70 to 76 in c78e7d9
lifecycle { | |
ignore_changes = [ | |
skip_waiting_for_ssh_host_keys, | |
image_slug, | |
user_data, | |
] | |
} |
The Plan is to define the default_volume_size_gb in tenant-repos, but I suppose putting in lifecycle is more flexible 👍 |
RedHar lowered requirements for OpenShift node root disk size to 100Gi. This change also makes the default root disk size configurable.
ed1e9db
to
e3e7780
Compare
Yeah, I guess we'd have to do volume size changes manually anyway, even for changes that are possible (i.e. make the volume bigger). |
RedHat lowered requirements for OpenShift node root disk size to 100Gi.
This change also makes the default root disk size configurable.
Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog