...

Text file src/k8s.io/cluster-bootstrap/README.md

Documentation: k8s.io/cluster-bootstrap

     1# cluster-bootstrap
     2
     3Set of constants and helpers in support of
     4https://github.com/kubernetes/community/blob/master/contributors/design-proposals/cluster-lifecycle/bootstrap-discovery.md
     5
     6
     7## Purpose
     8
     9Current user is kubeadm, the controller that cleans up the tokens, and the bootstrap authenticator.
    10
    11
    12## Where does it come from?
    13
    14`cluster-bootstrap` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cluster-bootstrap.
    15Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.
    16
    17
    18## Things you should *NOT* do
    19
    20 1. Add API types to this repo.  This is for the helpers, not for the types.
    21 2. Directly modify any files under `token` in this repo.  Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/cluster-bootstrap`.
    22

View as plain text