Created
January 20, 2020 15:17
-
-
Save rbo/ed85ed2951c6e68191e29a8cebad6365 to your computer and use it in GitHub Desktop.
ocp 4 install-yaml example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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