mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 13:57:26 +00:00
d3eb6349f90038f3211ac0716344a4bd5a0cb878
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
Languages
Shell
97.7%
Nix
2.3%