https://github.com/kubernetes/cluster-bootstrap
https://github.com/kubernetes/cluster-bootstrap
k8s-staging
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubernetes/cluster-bootstrap
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-10-03T20:26:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:37:43.000Z (8 months ago)
- Last Synced: 2024-10-29T14:57:50.413Z (7 months ago)
- Topics: k8s-staging
- Language: Go
- Size: 1.65 MB
- Stars: 32
- Watchers: 10
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# 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`.