Skip to content

Commit d8ed8b5

Browse files
committed
Fix the doc to align with the default value for the aws node instances.
Signed-off-by: Scott Froberg <[email protected]>
1 parent 836eab2 commit d8ed8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ods_ci/docs/infrastructure_configuration_variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The infrastructure configuration variables are used to configure the infrastruct
1010
| `hive_claim_ns` | The namespace of the claim. | `rhods` | `all` |
1111
| `image_set` | The image set name to use for the cluster. | `rhods-openshift` | `all` |
1212
| `base_domain` | The base domain to use for the cluster. | `""` | `aws` |
13-
| `worker_node_instance_type` | The instance type to use for the worker nodes. | `m5.xlarge` | `all` |
13+
| `worker_node_instance_type` | The instance type to use for the worker nodes. | `m5.2xlarge` | `all` |
1414
| `worker_node_replicas` | The number of worker nodes to create. | `2` | `all` |
15-
| `master_node_instance_type` | The AWS instance type to use for the master nodes. | `m5.xlarge` | `all` |
15+
| `master_node_instance_type` | The AWS instance type to use for the master nodes. | `m5.2xlarge` | `all` |
1616
| `master_node_replicas` | The number of master nodes to create. | `3` | `all` |
1717
| `aws_region` | The AWS region to use for the cluster. | `us-east-1` | `aws` |
1818
| `pull_secret` | The pull secret to use for the cluster. | `""` | `all` |

0 commit comments

Comments
 (0)