We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d65ba commit 78564afCopy full SHA for 78564af
solutions/fully-configurable/variables.tf
@@ -181,7 +181,7 @@ variable "default_worker_pool_workers_per_zone" {
181
variable "default_worker_pool_operating_system" {
182
type = string
183
description = "The operating system installed on the worker nodes. [Learn more](https://cloud.ibm.com/docs/openshift?topic=openshift-vpc-flavors)"
184
- default = "RHEL_9_64"
+ default = "RHCOS"
185
}
186
187
variable "default_worker_pool_labels" {
0 commit comments