Add workload-cluster worker-node size property
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -163,12 +163,13 @@ PropertyCategories:
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.nodesize
|
||||
Type: string["small", "medium"]
|
||||
Type: string["small", "medium", "large"]
|
||||
Label: Workload-cluster node size*
|
||||
Description: |
|
||||
All worker-nodes for the workload-cluster will be provisioned with number of cpu-cores and memory as specified:
|
||||
All worker and worker-storage nodes for the workload-cluster will be provisioned with number of cpu-cores and memory as specified:
|
||||
- SMALL: 2 vCPU/6GB RAM
|
||||
- MEDIUM: 4 vCPU/8GB RAM
|
||||
- LARGE: 8 vCPU/16GB RAM
|
||||
DefaultValue: 'small'
|
||||
Configurations:
|
||||
- cp1w1ws0
|
||||
|
Reference in New Issue
Block a user