Merge pull request #33262 from errordeveloper/kubeadm
Automatic merge from submit-queue
kubeadm
**What this PR does / why we need it**:
This PR add alpha version of `kubeadm` tool, which allows user to boostrap a cluster rather quite easily. This is the initial contribution from @kubernetes/sig-cluster-lifecycle members, who's aim is to build easy-to-use tools that help to operate a cluster throughout its lifetime.
**Which issue this PR fixes**: a leap towards kubernetes/features#11
**Special notes for your reviewer**: previously seen by many folks in #31221
**Release note**:
```release-note
`kubeadm` (alpha) provides an easy way to securely bootstrap Kubernetes on Linux, see http://kubernetes.io/docs/kubeadm/
```
Showing
cmd/kubeadm/app/api/types.go
0 → 100644
cmd/kubeadm/app/cmd/cmd.go
0 → 100644
cmd/kubeadm/app/cmd/init.go
0 → 100644
cmd/kubeadm/app/cmd/join.go
0 → 100644
cmd/kubeadm/app/kubeadm.go
0 → 100644
This diff is collapsed.
Click to expand it.
cmd/kubeadm/app/node/csr.go
0 → 100644
Please
register
or
sign in
to comment