first commit

This commit is contained in:
root
2026-08-21 16:52:28 -07:00
commit 7e79b017a3
8 changed files with 767 additions and 0 deletions
+18
View File
@@ -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) }}