[ci skip] Add one-command setup scripts to k8s-portal
- Add /setup/script?os=mac and /setup/script?os=linux endpoints - Scripts install kubectl, kubelogin, write kubeconfig, update shell rc - Unprotected ingress for /setup/script (curl-able without auth) - Fix kubeconfig to include --oidc-extra-scope for email/profile/groups
This commit is contained in:
parent
9dad07618d
commit
4366a8b413
21 changed files with 2406 additions and 0 deletions
3
modules/kubernetes/k8s-portal/files/static/robots.txt
Normal file
3
modules/kubernetes/k8s-portal/files/static/robots.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# allow crawling everything by default
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Loading…
Add table
Add a link
Reference in a new issue