Skip to content

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

@PeterKneale

Description

@PeterKneale

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions