Aggregator for issues filed against kubeadm
Go to file
Joel Smith eee37214e6 Add SECURITY.md 2020-07-27 16:02:16 -06:00
.github Add a GitHub issue template 2017-03-01 17:17:52 -06:00
docs Issue #2189 - missing keepalived health check script file. 2020-06-22 18:33:27 +02:00
kinder kinder: prepull the additional images (pause, etcd..) on the host 2020-07-22 00:01:10 +03:00
logos Update README.md 2019-06-20 10:15:57 -04:00
operator Replacing 'HTTP' by 'HTTPS' for securing links 2020-02-18 09:50:44 +07:00
tests/e2e tests/e2e/manifests: pin the go version and install it using curl 2020-03-04 18:22:36 +02:00
.gitignore kinder 2019-03-21 22:06:49 +01:00
CONTRIBUTING.md Update testing section in contributing guide 2020-05-03 15:55:57 -07:00
LICENSE final commit 2016-11-22 09:16:45 -08:00
OWNERS updade OWNERS for 1.16 2019-09-25 18:04:46 +03:00
README.md Add definition about kubeadm squash modifications 2019-04-28 22:05:48 +01:00
SECURITY.md Add SECURITY.md 2020-07-27 16:02:16 -06:00
SECURITY_CONTACTS Update embargo doc link in SECURITY_OWNERS and changes PST to PSC 2019-03-08 10:23:48 -07:00
code-of-conduct.md Update code-of-conduct.md 2017-12-20 13:33:12 -05:00
go.mod kubeadm-operator-inital-commit 2019-10-07 22:00:53 +02:00

README.md

Kubeadm

The purpose of this repo is to aggregate issues filed against the kubeadm component.

What is Kubeadm ?

Kubeadm is a tool built to provide best-practice "fast paths" for creating Kubernetes clusters. It performs the actions necessary to get a minimum viable, secure cluster up and running in a user friendly way. Kubeadm's scope is limited to the local node filesystem and the Kubernetes API, and it is intended to be a composable building block of higher level tools.

Common Kubeadm cmdlets

  1. kubeadm init to bootstrap the initial Kubernetes control-plane node.
  2. kubeadm join to bootstrap a Kubernetes worker node or an additional control plane node, and join it to the cluster.
  3. kubeadm upgrade to upgrade a Kubernetes cluster to a newer version.
  4. kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm join.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at the Cluster Lifecycle SIG.

Roadmap

The full picture of which direction we're taking is described in this blog post.

Please also refer to the latest milestones in this repo.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.