k3s/vendor/k8s.io/cluster-bootstrap
Darren Shepherd 8031137b79 Update vendor
2019-08-30 23:08:05 -07:00
..
token Update vendor 2019-08-30 23:08:05 -07:00
BUILD Update vendor 2019-08-30 23:08:05 -07:00
code-of-conduct.md Update vendor 2019-08-30 23:08:05 -07:00
CONTRIBUTING.md Update vendor 2019-08-30 23:08:05 -07:00
go.mod Update vendor 2019-08-30 23:08:05 -07:00
go.sum Update vendor 2019-08-30 23:08:05 -07:00
LICENSE Update vendor 2019-08-30 23:08:05 -07:00
OWNERS Update vendor 2019-08-30 23:08:05 -07:00
README.md Update vendor 2019-08-30 23:08:05 -07:00
SECURITY_CONTACTS Update vendor 2019-08-30 23:08:05 -07: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.