8000 "Create a persistent API token for the tower-launcher-sa service account:" · Issue #630 · seqeralabs/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

"Create a persistent API token for the tower-launcher-sa service account:" #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
PeterKneale opened this issue May 16, 2025 · 0 comments

Comments

@PeterKneale
Copy link

hi,

I'm following the k8s installation docs here: https://docs.seqera.io/platform-cloud/compute-envs/k8s
There is a step describing the process of creating a persistant api token.

kubectl apply -f - <<EOF
apiVersion: v1
kind: Secret
metadata:
  name: tower-launcher-token
  annotations:
    kubernetes.io/service-account.name: tower-launcher-sa
type: kubernetes.io/service-account-token
EOF

These long lived tokens no longer appear to be recommend and are described as 'legacy tokens' and the yaml above does not appear to even generate a secret any more. I believe tokens are now cycled periodically, expired if unused and their lifecycle is somewhat different too.

Are there updated instructions available for k8s v1.32?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0