Files
snow/README.md
T
2025-07-10 12:45:44 +02:00

470 B

Setup

talhelper genconfig
talhelper gencommand apply --extra-flags --insecure | sh
talosctl bootstrap -n 192.168.0.200 -e 192.168.0.200
talosctl kubeconfig

helm repo add cilium https://helm.cilium.io/
helm upgrade -i cilium cilium/cilium \
    --version 1.17.5 \
    --namespace kube-system \
    --values ./cilium-values.yaml

helm install argocd oci://ghcr.io/argoproj/argo-helm/argo-cd -n argocd --create-namespace

kubectl apply -f ./apps/apps.yaml