Skip to content

Instantly share code, notes, and snippets.

@johnybradshaw
Created December 31, 2019 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnybradshaw/3de1d148cb757b12d5a4d820b1f7b7ee to your computer and use it in GitHub Desktop.
Save johnybradshaw/3de1d148cb757b12d5a4d820b1f7b7ee to your computer and use it in GitHub Desktop.
apiVersion: v1
baseDomain: skytap.ninja #Change this to match your domain
compute:
- hyperthreading: Enabled
name: worker
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
replicas: 3
metadata:
name: ocp4 #Change this to match your cluster name
networking:
clusterNetworks:
- cidr: 10.254.0.0/16
hostPrefix: 24
networkType: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
platform:
none: {}
pullSecret: '${pullSecret}' #Paste your OCP pull secret secret here
sshKey: '${sshkey_pub}' #Paster your SSH public key here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment