janfuhrer / flux-aio-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flux-aio-test

Test with flux-aio

  1. Install kind without CNI
kind create cluster --config kind.yaml
  1. Install flux-aio
timoni -n flux-system apply flux oci://ghcr.io/stefanprodan/modules/flux-aio
  1. Install CNI
kubectl apply -k clusters/prod
  1. Verify installation (Cilium & CoreDNS)
kubectl -n flux-system wait helmrelease/cilium --for=condition=ready --timeout=5m
kubectl -n kube-system rollout status deploy/coredns --timeout=5m
  1. Uninstall flux-aio
flux -n flux-system uninstall
  1. Bootstrap fluxcd repo (normal flux installation)

About