{"id":13463705,"url":"https://github.com/kubernetes/kubeadm","last_synced_at":"2025-05-13T15:12:50.038Z","repository":{"id":38235434,"uuid":"74496173","full_name":"kubernetes/kubeadm","owner":"kubernetes","description":"Aggregator for issues filed against kubeadm","archived":false,"fork":false,"pushed_at":"2025-05-08T16:07:15.000Z","size":6418,"stargazers_count":3839,"open_issues_count":38,"forks_count":717,"subscribers_count":121,"default_branch":"main","last_synced_at":"2025-05-08T17:24:30.828Z","etag":null,"topics":["best-practice","building-block","conformant","getting-started","installer","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubernetes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-22T17:17:08.000Z","updated_at":"2025-05-08T16:07:21.000Z","dependencies_parsed_at":"2023-02-19T16:16:05.735Z","dependency_job_id":"082a4e13-3db1-4fcd-9139-69db30bffe0b","html_url":"https://github.com/kubernetes/kubeadm","commit_stats":{"total_commits":625,"total_committers":113,"mean_commits":5.530973451327434,"dds":0.6896,"last_synced_commit":"543372573f3ffc9709fe11b119b14724867a867d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fkubeadm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fkubeadm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fkubeadm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fkubeadm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes","download_url":"https://codeload.github.com/kubernetes/kubeadm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969266,"owners_count":21992264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["best-practice","building-block","conformant","getting-started","installer","kubernetes"],"created_at":"2024-07-31T14:00:26.894Z","updated_at":"2025-05-13T15:12:45.026Z","avatar_url":"https://github.com/kubernetes.png","language":"Go","funding_links":[],"categories":["Tools","Go","kubernetes","Kubernetes","HarmonyOS","🏗相关开源项目","Cluster Provisioning \u0026 Lifecycle"],"sub_categories":["Kubernetes Distributions","Windows Manager","K8s集群部署工具"],"readme":"# Kubeadm\n\nThe purpose of this repo is to aggregate issues filed against the [kubeadm component](https://git.k8s.io/kubernetes/cmd/kubeadm).\n\n**NOTE:** This issue tracker is not designated for providing support for kubeadm users.\nPlease see the [Support](#support) section below.\n\n## What is Kubeadm ?\n\nKubeadm is a tool built to provide best-practice \"fast paths\" for creating Kubernetes clusters.\nIt performs the actions necessary to get a minimum viable, secure cluster up and running in a user-friendly way.\nKubeadm'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.\n\n\n## Common Kubeadm cmdlets\n1. **kubeadm init** to bootstrap the initial Kubernetes control-plane node.\n1. **kubeadm join** to bootstrap a Kubernetes worker node or an additional control plane node, and join it to the cluster.\n1. **kubeadm upgrade** to upgrade a Kubernetes cluster to a newer version.\n1. **kubeadm reset** to revert any changes made to this host by kubeadm init or kubeadm join.\n\n## Support\n\nOnly log issues here if you think there is an actual bug or if you have a feature request.\n\nThe Kubernetes and kubeadm troubleshooting guides can be found here:\n- [Kubernetes](https://kubernetes.io/docs/tasks/debug/debug-cluster/)\n- [kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/)\n\nSupport requests should be sent to the community support channels or `#kubeadm` on the k8s Slack:\n- https://git.k8s.io/kubernetes/SUPPORT.md\n\n## Documentation\n\n- [Installing kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)\n- [Creating a cluster](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)\n- [Command-line reference](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/)\n- [Customizing components](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/)\n- [Certificate management](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/)\n- [Configuration API reference](https://kubernetes.io/docs/reference/config-api/)\n- [Configuration API reference (godoc)](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm)\n(pick an API version from the [list of packages](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#section-directories))\n\n## Community, discussion, contribution, and support\n\nLearn how to engage with the Kubernetes community on the [community page](https://kubernetes.io/community/).\n\nYou can reach the maintainers of this project at the [Cluster Lifecycle SIG](https://git.k8s.io/community/sig-cluster-lifecycle#cluster-lifecycle-sig).\n\n## Roadmap\n\nThe 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/).\n\nPlease also refer to the latest [milestones in this repo](https://github.com/kubernetes/kubeadm/milestones).\n\n### Code of conduct\n\nParticipation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes%2Fkubeadm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes%2Fkubeadm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes%2Fkubeadm/lists"}