mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
chore(deps): update helm release node-feature-discovery to v0.16.3 chore(deps): update helm release argo-cd to v7.3.9 chore(deps): update dependency cilium/cilium to v1.15.7 chore(deps): update dependency intel/intel-device-plugins-for-kubernetes to v0.30.0 chore(deps): update terraform proxmox to v0.61.1 chore(deps): update sealed-secrets docker tag to v2.4.2
Manual bootstrap
CRDs
Gateway API
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml
Cilium
kubectl kustomize --enable-helm infra/network/cilium | kubectl apply -f -
Sealed-secrets
kustomize build --enable-helm infra/controllers/sealed-secrets | kubectl apply -f -
Proxmox CSI Plugin
kustomize build --enable-helm infra/storage/proxmox-csi | kubectl apply -f -
kubectl get csistoragecapacities -ocustom-columns=CLASS:.storageClassName,AVAIL:.capacity,ZONE:.nodeTopology.matchLabels -A
Argo CD
kustomize build --enable-helm infra/controllers/argocd | kubectl apply -f -
kubectl -n argocd get secret argocd-initial-admin-secret -ojson | jq -r ' .data.password | @base64d'
kubectl kustomize infra | kubectl apply -f -
SBOM
- Cilium
- [] Hubble
- Argo CD
- Proxmox CSI Plugin
- Cert-manager
- Gateway
- [] CNPG
- [] Authentication (Keycloak, Authentik, ...)
CRDs
- [] Gateway
- [] Argo CD
- [] Sealed-secrets
TODO
- [] Remotely managed cloudflared tunnel
- [] Keycloak
- [] Argo CD sync-wave
commonAnnotations:
argocd.argoproj.io/sync-wave: "-1"
CNPG - Cloud Native PostGresSQL