# kubeadm **Repository Path**: singlecycling/kubeadm ## Basic Information - **Project Name**: kubeadm - **Description**: Aggregator for issues filed against kubeadm - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubeadm The purpose of this repo is to aggregate issues filed against the [kubeadm component](https://github.com/kubernetes/kubernetes/tree/master/cmd/kubeadm). ## 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. 1. **kubeadm join** to bootstrap a Kubernetes worker node or an additional control plane node, and join it to the cluster. 1. **kubeadm upgrade** to upgrade a Kubernetes cluster to a newer version. 1. **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](https://kubernetes.io/community/). You can reach the maintainers of this project at the [Cluster Lifecycle SIG](https://github.com/kubernetes/community/tree/master/sig-cluster-lifecycle#cluster-lifecycle-sig). ## Roadmap The full picture of which direction we're taking is described in [this blog post](https://kubernetes.io/blog/2017/01/stronger-foundation-for-creating-and-managing-kubernetes-clusters/). Please also refer to the latest [milestones in this repo](https://github.com/kubernetes/kubeadm/milestones). ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).