GitOps - Operating and Troubleshooting Flux in a Kubernetes Cluster
export GHUSER=sebastianczech
kubectl create ns flux
fluxctl install \
--git-user=${GHUSER} \
--git-email=${GHUSER}@users.noreply.github.com \
--git-url=git@github.com:${GHUSER}/content-gitops \
--git-path=namespaces,production \
--namespace=flux | kubectl apply -f -
kubectl -n flux logs deployment/flux
kubectl -n flux get pods
kubectl -n flux describe pod flux-56f67cc885-g7rgx