Switch context commands
kubectl config get-contexts
kubectl config current-context
kubectl config use-context my-cluster-name
Flux commands
flux check --pre
Setup flux
flux bootstrap github \
--owner=$GITHUB_USER \
--repository=cloud-toolbox \
--branch=main \
--path=./clusters/contabo-personal-k3s \
--personal