Skip to content

Instantly share code, notes, and snippets.

@jarrpa
Created September 26, 2022 18:45
Show Gist options
  • Save jarrpa/ff249239832e5c2db06053afcee969d9 to your computer and use it in GitHub Desktop.
Save jarrpa/ff249239832e5c2db06053afcee969d9 to your computer and use it in GitHub Desktop.
openshift-installer AWS config
apiVersion: v1
baseDomain: ocs.syseng.devcluster.openshift.com
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform:
aws:
type: m4.xlarge
replicas: 3
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform: {}
replicas: 3
metadata:
creationTimestamp: null
name: jarrpa-dev
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
platform:
aws:
region: us-east-2
publish: External
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment