You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Assuming you followed [manual-remote-access.md](./manual-remote-access.md), you should now have remote access to your minikube cluster set up
2
+
3
+
# Steps
4
+
5
+
1. Make the JWT token accessible to the GitHub runner
6
+
7
+
- Note that generated JWT tokens are relatively short-lived, but you can extend their validity by passing `--duration=<timespan>` to `kubectl create token`
8
+
- e.g. `kubectl create-token remote-dev --duration=12h` for a token valid for 12 hours
9
+
- We probably don't want to use these in production, your kubernetes provider (e.g. EKS) may offer a better means of authentication
10
+
11
+
- On the webpage for your repo:
12
+
- Settings -> Secrets and Variables -> Actions -> New Repository Secret
0 commit comments