All Projects → kubernetes → Kubeadm

kubernetes / Kubeadm

Licence: apache-2.0
Aggregator for issues filed against kubeadm

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Kubeadm

Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 159 (-94.47%)
Mutual labels:  installer
Scoop
A command-line installer for Windows.
Stars: ✭ 14,508 (+404.45%)
Mutual labels:  installer
Ks Installer
Install KubeSphere on existing Kubernetes cluster
Stars: ✭ 216 (-92.49%)
Mutual labels:  installer
Fhs Install V2ray
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
Stars: ✭ 3,236 (+12.52%)
Mutual labels:  installer
Downloadinstaller
Android App应用内更新的下载,储存,安装 ,未知来源等问题处理
Stars: ✭ 182 (-93.67%)
Mutual labels:  installer
Issrc
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
Stars: ✭ 2,606 (-9.39%)
Mutual labels:  installer
Binenv
One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
Stars: ✭ 148 (-94.85%)
Mutual labels:  installer
Subiquity
Ubuntu Server Installer
Stars: ✭ 228 (-92.07%)
Mutual labels:  installer
Unified Hosts Autoupdate
Quickly and easily install, uninstall, and set up automatic updates for any of Steven Black's unified hosts files.
Stars: ✭ 185 (-93.57%)
Mutual labels:  installer
Netboot.xyz
Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
Stars: ✭ 2,753 (-4.28%)
Mutual labels:  installer
Baulk
baulk - Minimal Package Manager for Windows
Stars: ✭ 177 (-93.85%)
Mutual labels:  installer
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (-93.81%)
Mutual labels:  installer
Innodependencyinstaller
Download and install any dependency such as .NET, Visual C++ or SQL Server during your application's installation!
Stars: ✭ 199 (-93.08%)
Mutual labels:  installer
Modoboa Installer
An installer for Modoboa
Stars: ✭ 161 (-94.4%)
Mutual labels:  installer
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (-92.49%)
Mutual labels:  installer
Djangocms Installer
Console wizard to bootstrap django CMS projects
Stars: ✭ 148 (-94.85%)
Mutual labels:  installer
Electron Wix Msi
📀 Create traditional MSI installers for your Electron app
Stars: ✭ 197 (-93.15%)
Mutual labels:  installer
Aqtinstall
aqt: Another (unofficial) Qt CLI Installer on multi-platforms
Stars: ✭ 234 (-91.86%)
Mutual labels:  installer
Kubernetes Security Best Practice
Kubernetes Security - Best Practice Guide
Stars: ✭ 2,540 (-11.68%)
Mutual labels:  best-practice
Lxrunoffline
A full-featured utility for managing Windows Subsystem for Linux (WSL)
Stars: ✭ 3,005 (+4.49%)
Mutual labels:  installer

Kubeadm

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

NOTE: This issue tracker is not designated for providing support for kubeadm users. Please see the Support section below.

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.

Support

Only log issues here if you think there is an actual bug or if you have a feature request.

The Kubernetes and kubeadm troubleshooting guides can be found here:

Support requests should be sent to the community support channels or #kubeadm on the k8s Slack:

Documentation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].