Initial commit: Turbo Mothership bare metal management cluster

- k0s bootstrap with Cilium and OpenEBS
- ArgoCD apps for infra, CAPI, Tinkerbell, and Netris
- Ansible playbooks for virtual baremetal lab and Netris switches
- CAPI provider manifests for k0smotron and Tinkerbell
This commit is contained in:
Pavel Basov
2025-12-15 19:59:58 +01:00
commit df9937f0c3
39 changed files with 1961 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: v2
name: turbo-mothership-bootstrap
description: Umbrella chart for cluster bootstrap components
type: application
version: 0.1.0
appVersion: "1.0.0"
dependencies:
- name: ingress-nginx
version: "4.14.1"
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress-nginx.enabled
- name: cert-manager
version: "1.19.2"
repository: https://charts.jetstack.io
condition: cert-manager.enabled
- name: sealed-secrets
version: "2.17.9"
repository: https://bitnami-labs.github.io/sealed-secrets
condition: sealed-secrets.enabled
- name: argo-cd
version: "9.1.6"
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled