Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

fix: Use specific service account token secret for join #1515

Merged

Commits on Aug 8, 2022

  1. fix: Use specific service account token secret

    With `LegacyServiceAccountTokenNoAutoGeneration` feature graduating to beta in
    k8s v1.24, a token is not automatically generated when a service account is created.
    This commit fixes this by requesting a specific service token account secret which
    is populated by the token controller. This is backwards compatible with previous
    versions of Kubernetes.
    jimmidyson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    02afe88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d21fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d878436 View commit details
    Browse the repository at this point in the history