Skip to content

Commit daa0a34

Browse files
author
Arya Girish K
committed
Updated mark down file and variable.tf
1 parent 68a9f04 commit daa0a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solutions/quickstart/DA_docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Cluster Size Configuration
22

3-
This document describes the cluster size options and their configuration details.
3+
This document describes the cluster size options and their configuration details.This table determines the number of availability zones, worker nodes per zone, and the machine type used for the OpenShift cluster.
44

55
## Cluster Table
66

77
| T-Shirt Size | Number of Worker Nodes | Zones | vCPU per Node | Memory per Node (GB) | Disk per Node (GB) | Worker Node Flavor Name | HA Level | Notes |
88
|--------------|-----------------------|-------|---------------|----------------------|--------------------|------------------------|--------------------|----------------------------------------------------------|
9-
| Mini | 2 | 1 | 4 | 16 | 100 | bx2.4x16 | Moderate (Basic) | Smallest possible; basic HA across 2 zones | |
9+
| Mini | 2 | 2 | 4 | 16 | 100 | bx2.4x16 | Moderate (Basic) | Smallest possible; basic HA across 2 zones | |
1010
| Small | 3 | 3 | 8 | 32 | 200 | bx2.8x32 | High | Entry-level production HA | |
1111
| Medium | 5 | 3 | 8 | 32 | 200 | bx2.8x32 | High | Moderate workloads, better HA | |
1212
| Large | 7 | 3 | 16 | 64 | 400 | bx2.16x64 | High | Large-scale, robust HA | |

solutions/quickstart/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ variable "access_tags" {
8787

8888
variable "size" {
8989
type = string
90-
description = "Defines the cluster size and capacity. This setting determines the number of availability zones, worker nodes per zone, and the machine type used for the OpenShift cluster. [Learn more](https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/blob/main/solutions/quickstart/DA_docs.md)."
90+
description = "Defines the cluster size configuration. [Learn more](https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/blob/main/solutions/quickstart/DA_docs.md)."
9191
default = "mini"
9292
}
9393

0 commit comments

Comments
 (0)