Files
kubernetes/staging/src/k8s.io/cluster-bootstrap
Kubernetes Prow Robot c14017b270 Merge pull request #103176 from CaoDonghui123/updatemod
Update golang.org/x/net
2021-06-30 22:17:54 -07:00
..
2019-02-23 10:28:04 +08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2019-02-15 09:13:07 -05:00
2021-05-26 20:19:56 +08:00

cluster-bootstrap

Set of constants and helpers in support of https://github.com/kubernetes/community/blob/master/contributors/design-proposals/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.