Skip to content

Commit

Permalink
Increase memory and CPU so OPP products will install
Browse files Browse the repository at this point in the history
The attempt to install OPP failed because more CPU and Memory was needed.
Increasing resources to match what AWS uses.

Signed-off-by: Gus Parvin <[email protected]>
  • Loading branch information
gparvin committed Apr 30, 2024
1 parent feb6011 commit e2b3539
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ spec:
kind: MachineSet
metadata:
annotations:
machine.openshift.io/memoryMb: "16384"
machine.openshift.io/vCPU: "4"
machine.openshift.io/memoryMb: "32768"
machine.openshift.io/vCPU: "8"
labels:
machine.openshift.io/cluster-api-cluster: {{ (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").status.infrastructureName }}
name: {{ (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").status.infrastructureName }}-storage
namespace: openshift-machine-api
spec:
replicas: 6
replicas: 8
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: {{ (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").status.infrastructureName }}
Expand All @@ -146,13 +146,13 @@ spec:
name: vsphere-cloud-credentials
diskGiB: 120
kind: VSphereMachineProviderSpec
memoryMiB: 16384
memoryMiB: 32768
metadata:
creationTimestamp: null
network:
devices:
- networkName: {{ (index (index (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").spec.platformSpec.vsphere.failureDomains 0).topology.networks 0) }}
numCPUs: 4
numCPUs: 8
numCoresPerSocket: 4
snapshot: ""
template: {{ (lookup "config.openshift.io/v1" "Infrastructure" "" "cluster").status.infrastructureName }}-rhcos-generated-region-generated-zone
Expand Down

0 comments on commit e2b3539

Please sign in to comment.