first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
baseDomain: {{ base_domain }}
|
||||
metadata:
|
||||
name: {{ cluster_name }}
|
||||
compute:
|
||||
- hyperthreading: Enabled
|
||||
name: worker
|
||||
replicas: 0
|
||||
controlPlane:
|
||||
hyperthreading: Enabled
|
||||
name: master
|
||||
replicas: 3
|
||||
platform:
|
||||
none: {}
|
||||
fips: false
|
||||
pullSecret: '{{ vault_pull_secret | to_json if (vault_pull_secret is not string) else vault_pull_secret }}'
|
||||
sshKey: |
|
||||
{{ vault_ssh_public_key | indent(2) }}
|
||||
Reference in New Issue
Block a user