Merge pull request #57224 from xiangpengzhao/kubeadm-phase-kubelet
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add phase command for dynamic kubelet configuration in kubeadm. **What this PR does / why we need it**: As the title says. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: partially fixes this: https://github.com/kubernetes/kubeadm/issues/571 **Special notes for your reviewer**: /cc @luxas @fabriziopandini @kubernetes/sig-cluster-lifecycle-pr-reviews **Release note**: ```release-note Phase `kubeadm alpha phase kubelet` is added to support dynamic kubelet configuration in kubeadm. ```
This commit is contained in:
@@ -45,6 +45,10 @@ docs/admin/kubeadm_alpha_phase_kubeconfig_controller-manager.md
|
||||
docs/admin/kubeadm_alpha_phase_kubeconfig_kubelet.md
|
||||
docs/admin/kubeadm_alpha_phase_kubeconfig_scheduler.md
|
||||
docs/admin/kubeadm_alpha_phase_kubeconfig_user.md
|
||||
docs/admin/kubeadm_alpha_phase_kubelet.md
|
||||
docs/admin/kubeadm_alpha_phase_kubelet_enable.md
|
||||
docs/admin/kubeadm_alpha_phase_kubelet_init.md
|
||||
docs/admin/kubeadm_alpha_phase_kubelet_upload.md
|
||||
docs/admin/kubeadm_alpha_phase_mark-master.md
|
||||
docs/admin/kubeadm_alpha_phase_preflight.md
|
||||
docs/admin/kubeadm_alpha_phase_preflight_master.md
|
||||
@@ -114,6 +118,10 @@ docs/man/man1/kubeadm-alpha-phase-kubeconfig-kubelet.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubeconfig-scheduler.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubeconfig-user.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubeconfig.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubelet-enable.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubelet-init.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubelet-upload.1
|
||||
docs/man/man1/kubeadm-alpha-phase-kubelet.1
|
||||
docs/man/man1/kubeadm-alpha-phase-mark-master.1
|
||||
docs/man/man1/kubeadm-alpha-phase-preflight-master.1
|
||||
docs/man/man1/kubeadm-alpha-phase-preflight-node.1
|
||||
|
3
docs/admin/kubeadm_alpha_phase_kubelet.md
Normal file
3
docs/admin/kubeadm_alpha_phase_kubelet.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/admin/kubeadm_alpha_phase_kubelet_enable.md
Normal file
3
docs/admin/kubeadm_alpha_phase_kubelet_enable.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/admin/kubeadm_alpha_phase_kubelet_init.md
Normal file
3
docs/admin/kubeadm_alpha_phase_kubelet_init.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/admin/kubeadm_alpha_phase_kubelet_upload.md
Normal file
3
docs/admin/kubeadm_alpha_phase_kubelet_upload.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/man/man1/kubeadm-alpha-phase-kubelet-enable.1
Normal file
3
docs/man/man1/kubeadm-alpha-phase-kubelet-enable.1
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/man/man1/kubeadm-alpha-phase-kubelet-init.1
Normal file
3
docs/man/man1/kubeadm-alpha-phase-kubelet-init.1
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/man/man1/kubeadm-alpha-phase-kubelet-upload.1
Normal file
3
docs/man/man1/kubeadm-alpha-phase-kubelet-upload.1
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
3
docs/man/man1/kubeadm-alpha-phase-kubelet.1
Normal file
3
docs/man/man1/kubeadm-alpha-phase-kubelet.1
Normal file
@@ -0,0 +1,3 @@
|
||||
This file is autogenerated, but we've stopped checking such files into the
|
||||
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
|
||||
populate this file.
|
Reference in New Issue
Block a user