|
|
@ -1,5 +1,5 @@ |
|
|
apiVersion: v1 |
|
|
apiVersion: v1 |
|
|
baseDomain: ocp.lab |
|
|
baseDomain: PUT_YOUR_DNS_DOMAIN_HERE |
|
|
compute: |
|
|
compute: |
|
|
- name: worker |
|
|
- name: worker |
|
|
hyperthreading: Enabled |
|
|
hyperthreading: Enabled |
|
|
@ -19,6 +19,6 @@ networking: |
|
|
networkType: OpenShiftSDN |
|
|
networkType: OpenShiftSDN |
|
|
platform: |
|
|
platform: |
|
|
none: {} |
|
|
none: {} |
|
|
pullSecret: YOUR_PULL_SECRET_HERE |
|
|
pullSecret: PUT_YOUR_PULL_SECRET_HERE |
|
|
sshKey: | |
|
|
sshKey: | |
|
|
YOUR_SSH_PUBLIC_KEY_HERE |
|
|
PUT_YOUR_SSH_PUBLIC_KEY_HERE |
|
|
|