- github cli - to download kubeconfig from PR workflow run
- kubectl - to access the cluster
- just - simple make alternative
Create a PR with changes and add a comment to PR:
/create
This will trigger the workflow that will setup talos cluster from you PR. Comment
/help
to see all available commands.
After cluster is setup run
just download
export KUBECONFIG=./kubeconfig
https://kubernetes.io/docs/reference/kubectl/quick-reference/
kubectl -n kubernetes-dashboard create token kubernetes-dashboard-admin