fluxcd installation and bootstraping
To install flux key component for testing and dev purpose, you can run
flux install
Please ensure you're using your github user id in replace owner and then the repository must be created as well.
Bootstrapping is basically lining up your flux to sync changes based in your git repository - in my setup here, my repository is called my-flux-bootstrap - you can rename it differently.
flux bootstrap github --token-auth --owner=kepungnzai --repository=my-flux-bootstrap --branch=main --path=clusters/my-cluster --personal
Please ensure you have configure "read and write" permission accordingly as shown here:-
Given that you have the right permission, you should be able to integrate it to your github.
Comments