https://fluxcd.io/docs/get-started/
- choco install kind
- choco install flux
kind create cluster.
set GITHUB_TOKEN eg setx GITHUB_TOKEN="ghp_etc” set GITHUB_USER
To check can use $env:VAR_NAME in PS or echo %VAR_NAME% in cmd
https://www.shellhacks.com/windows-set-environment-variable-cmd-powershell/
flux check --pre
flux bootstrap github --owner=$GITHUB_ORG --repository=loggingdemo_infra --path ./clusters/flux --private=false --branch=main --personal=false
git clone https://github.com/JPDemo/loggingdemo_infra.git
kubectl get all -n flux-system
choco install kustomize