Skip to content
New issue

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

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

Already on GitHub? # to your account

Kubernetes 1.24 doesn't automatically generate token anymore. #233

Open
itdove opened this issue Jun 15, 2022 · 0 comments
Open

Kubernetes 1.24 doesn't automatically generate token anymore. #233

itdove opened this issue Jun 15, 2022 · 0 comments

Comments

@itdove
Copy link
Contributor

itdove commented Jun 15, 2022

https://itnext.io/big-change-in-k8s-1-24-about-serviceaccounts-and-their-secrets-4b909a4af4e0

when I create the sa, I will need also to create a token with

apiVersion: v1
kind: Secret
type: kubernetes.io/service-account-token
metadata:
  name: cicd
  annotations:
    kubernetes.io/service-account.name: "cicd"
    ```
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant