Follow the official GitHub Instructions on how to create a Personal Access Token. Make sure to grant repo
scope to your token.
Note that you will only be able to see this token once at the time of creation, make sure to copy it and keep it safe. You should delete the token at the end of this workshop.
curl -s https://fluxcd.io/install.sh | sudo bash
export GITHUB_TOKEN={your PAT}
kubectl get nodes
flux bootstrap github --owner={your GitHub Username} --repository=workshop-devops --path=clusters/workshop --personal --private=false
git clone https://github.com/{your GitHub Username}/workshop-devops
cd workshop-devops