Skip to content

kubernetes/cluster-bootstrap

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2019
Jan 21, 2025
Apr 17, 2020
Feb 4, 2019
Aug 14, 2018
Dec 10, 2021
Dec 7, 2024
May 29, 2019
Aug 14, 2018
Dec 2, 2024
Apr 24, 2025
Apr 24, 2025

cluster-bootstrap

Set of constants and helpers in support of https://github.com/kubernetes/design-proposals-archive/blob/main/cluster-lifecycle/bootstrap-discovery.md

Purpose

Current user is kubeadm, the controller that cleans up the tokens, and the bootstrap authenticator.

Where does it come from?

cluster-bootstrap is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cluster-bootstrap. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here.

Things you should NOT do

  1. Add API types to this repo. This is for the helpers, not for the types.
  2. Directly modify any files under token in this repo. Those are driven from k8s.io/kubernetes/staging/src/k8s.io/cluster-bootstrap.