Initial submission
This commit is contained in:
25
templates/install-config.yaml.j2
Normal file
25
templates/install-config.yaml.j2
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: v1
|
||||
baseDomain: "{{baseDomain}}"
|
||||
compute:
|
||||
- name: worker
|
||||
replicas: 0
|
||||
controlPlane:
|
||||
name: master
|
||||
replicas: 1
|
||||
metadata:
|
||||
name: "{{clusterName}}"
|
||||
networking:
|
||||
clusterNetwork:
|
||||
- cidr: 10.128.0.0/14
|
||||
hostPrefix: 23
|
||||
machineNetwork:
|
||||
- cidr: "{{machineNetwork}}"
|
||||
networkType: OVNKubernetes
|
||||
serviceNetwork:
|
||||
- 172.30.0.0/16
|
||||
platform:
|
||||
none: {}
|
||||
bootstrapInPlace:
|
||||
installationDisk: "{{bootDisk}}"
|
||||
pullSecret: '{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}'
|
||||
sshKey: "{{sshKey}}"
|
||||
Reference in New Issue
Block a user