You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Morales 3b33f3d45d
add backup gitops
7 months ago
..
kilo add backup gitops 7 months ago
kilo-k3s-cilium.yaml add backup gitops 7 months ago
peer-validation.yaml add backup gitops 7 months ago
readme.md add backup gitops 7 months ago

readme.md

Install Kilo for wireguard

kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/crds.yaml
kubectl apply -f kilo-k3s-cilium.yaml

topology

for node in $(kubectl get nodes | grep -i ssd | awk '{print $1}'); do kubectl annotate node $node kilo.squat.ai/location="$node" --overwrite; done