Some checks failed
Run Check Script / check (pull_request) Failing after 30s
25 lines
621 B
Django/Jinja
25 lines
621 B
Django/Jinja
# Built from https://docs.okd.io/latest/installing/installing_bare_metal/upi/installing-bare-metal.html#installation-bare-metal-config-yaml_installing-bare-metal
|
|
apiVersion: v1
|
|
baseDomain: {{ cluster_domain }}
|
|
compute:
|
|
- hyperthreading: Enabled
|
|
name: worker
|
|
replicas: 0
|
|
controlPlane:
|
|
hyperthreading: Enabled
|
|
name: master
|
|
replicas: 3
|
|
metadata:
|
|
name: {{ cluster_name }}
|
|
networking:
|
|
clusterNetwork:
|
|
- cidr: 10.128.0.0/14
|
|
hostPrefix: 23
|
|
networkType: OVNKubernetes
|
|
serviceNetwork:
|
|
- 172.30.0.0/16
|
|
platform:
|
|
none: {}
|
|
pullSecret: '{{ pull_secret|safe }}'
|
|
sshKey: '{{ ssh_public_key }}'
|