Skip to content

Commit 283fc2b

Browse files
authored
fix: update cluster pool config (openshift#61866)
This PR fixes two issues with the cluster pool config for powermon: - Uses the installer config for install-config-aws-us-east-1 instead of install-config-aws-2xlarge-us-east-1 - update the filename for 4.17 pool to reflect the correct region - Reduces the max size and size of the pools Signed-off-by: Vibhu Prashar <[email protected]>
1 parent 1702fa8 commit 283fc2b

3 files changed

+9
-9
lines changed

clusters/hosted-mgmt/hive/pools/openshift-observability/obs-powermon-ocp-4-16-0-amd64-aws-us-east-1_clusterpool.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ spec:
2121
name: ocp-release-4.16.35-x86-64-for-4.16.0-0-to-4.17.0-0
2222
installAttemptsLimit: 1
2323
installConfigSecretTemplateRef:
24-
name: install-config-aws-2xlarge-us-east-1
24+
name: install-config-aws-us-east-1
2525
labels:
2626
tp.openshift.io/owner: obs-powermon
27-
maxSize: 5
27+
maxSize: 3
2828
platform:
2929
aws:
3030
credentialsSecretRef:
3131
name: aws-installer-credentials
3232
region: us-east-1
3333
pullSecretRef:
3434
name: pull-secret
35-
size: 2
35+
size: 1
3636
skipMachinePools: true
3737
status:
3838
ready: 0
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ spec:
2121
name: ocp-release-4.17.17-x86-64-for-4.17.0-0-to-4.18.0-0
2222
installAttemptsLimit: 1
2323
installConfigSecretTemplateRef:
24-
name: install-config-aws-2xlarge-us-east-1
24+
name: install-config-aws-us-east-1
2525
labels:
2626
tp.openshift.io/owner: obs-powermon
27-
maxSize: 10
27+
maxSize: 3
2828
platform:
2929
aws:
3030
credentialsSecretRef:
3131
name: aws-installer-credentials
3232
region: us-east-1
3333
pullSecretRef:
3434
name: pull-secret
35-
size: 2
35+
size: 1
3636
skipMachinePools: true
3737
status:
3838
ready: 0

clusters/hosted-mgmt/hive/pools/openshift-observability/obs-powermon-ocp-4-18-amd64-us-east-1_clusterpool.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ spec:
2121
name: ocp-release-4.18.0-rc.10-x86-64-for-4.18.0-0-to-4.19.0-0
2222
installAttemptsLimit: 1
2323
installConfigSecretTemplateRef:
24-
name: install-config-aws-2xlarge-us-east-1
24+
name: install-config-aws-us-east-1
2525
labels:
2626
tp.openshift.io/owner: obs-powermon
27-
maxSize: 10
27+
maxSize: 3
2828
platform:
2929
aws:
3030
credentialsSecretRef:
3131
name: aws-installer-credentials
3232
region: us-east-1
3333
pullSecretRef:
3434
name: pull-secret
35-
size: 2
35+
size: 1
3636
skipMachinePools: true
3737
status:
3838
ready: 0

0 commit comments

Comments
 (0)