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}}"