Skip to content

Instantly share code, notes, and snippets.

@rbo
Created January 20, 2020 15:17
Show Gist options
  • Save rbo/ed85ed2951c6e68191e29a8cebad6365 to your computer and use it in GitHub Desktop.
Save rbo/ed85ed2951c6e68191e29a8cebad6365 to your computer and use it in GitHub Desktop.
ocp 4 install-yaml example
apiVersion: v1
baseDomain:
compute:
- hyperthreading: Enabled
name: worker
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
replicas: 3
metadata:
name: test
networking:
clusterNetwork:
- cidr: 172.28.0.0/16
hostPrefix: 25
networkType: OpenShiftSDN
serviceNetwork:
- 172.29.0.0/16
platform:
none: {}
pullSecret: '....'
sshKey: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment