Files
homelab-v/k8s
renovate[bot]andVegard Hagen 174cce0845 chore(deps): merge renovate PRs
chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.52

chore(deps): update helm release cert-manager to v1.15.3

chore(deps): update registry.k8s.io/git-sync/git-sync docker tag to v4.2.4

chore(deps): update dependency corewire/images/crossplane/function-keycloak-builtin-objects to v2

chore(deps): update helm release argo-cd to v7.4.4
2024-11-17 17:03:30 +01:00
..
2024-11-17 17:03:30 +01:00
2024-11-17 17:03:30 +01:00

Manual bootstrap

CRDs

Gateway API

kubectl apply -k infra/crds

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 apply -k infra
kubectl apply -k sets

SBOM

  • Cilium
  • Hubble
  • Argo CD
  • Proxmox CSI Plugin
  • Cert-manager
  • Gateway
  • Authentication (Keycloak, Authentik, ...)
  • [] CNPG - Cloud Native PostGresSQL

CRDs

  • [] Gateway
  • [] Argo CD
  • [] Sealed-secrets

TODO

  • Remotely managed cloudflared tunnel
  • Keycloak
  • [] Argo CD sync-wave
commonAnnotations:
    argocd.argoproj.io/sync-wave: "-1"