Skip to content

Instantly share code, notes, and snippets.

@ralvares
Last active September 6, 2021 08:18
Show Gist options
  • Save ralvares/1f0acfc6d11de486600f256253cd50e4 to your computer and use it in GitHub Desktop.
Save ralvares/1f0acfc6d11de486600f256253cd50e4 to your computer and use it in GitHub Desktop.
install-config.yaml
apiVersion: v1
baseDomain: example.com
proxy:
httpProxy: http://<username>:<pswd>@<ip>:<port>
httpsProxy: http://<username>:<pswd>@<ip>:<port>
noProxy: example.com
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
replicas: 3
platform:
vsphere:
cpus: 2
memoryMB: 8196
osDisk:
diskSizeGB: 120
replicas: 3
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
replicas: 3
platform:
vsphere:
cpus: 4
memoryMB: 16384
osDisk:
diskSizeGB: 120
metadata:
creationTimestamp: null
name: ocp4
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OVNNetwork
serviceNetwork:
- 172.30.0.0/16
platform:
vsphere:
apiVIP: 172.16.160.20
cluster: OpenShift
datacenter: datacenter
defaultDatastore: OCP
ingressVIP: 172.16.160.21
network: Network-ocp
password: password
username: user
vCenter: vcenter.openshift.local
publish: External
pullSecret: '...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment