mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
.. | ||
token | ||
BUILD | ||
code-of-conduct.md | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
README.md | ||
SECURITY_CONTACTS |
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
- Add API types to this repo. This is for the helpers, not for the types.
- Directly modify any files under
token
in this repo. Those are driven fromk8s.io/kubernetes/staging/src/k8s.io/cluster-bootstrap
.