Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubeadm: add new command line reference #10306

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is autogenerated
26 changes: 26 additions & 0 deletions content/en/docs/reference/setup-tools/kubeadm/kubeadm-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@ You can create all required certificates with the `all` subcommand or selectivel
{{< tab name="front-proxy-client" include="generated/kubeadm_alpha_phase_certs_front-proxy-client.md" />}}
{{< /tabs >}}

## kubeadm alpha phase certs renew {#cmd-phase-certs-renew}

You can renew all Kubernetes certificates using the `all` subcommand or renew them selectively.

{{< tabs name="tab-certs-renew" >}}
{{< tab name="all" include="generated/kubeadm_alpha_phase_certs_renew_all.md" />}}
{{< tab name="apiserver-etcd-client" include="generated/kubeadm_alpha_phase_certs_renew_apiserver-etcd-client.md" />}}
{{< tab name="apiserver-kubelet-client" include="generated/kubeadm_alpha_phase_certs_renew_apiserver-kubelet-client.md" />}}
{{< tab name="apiserver" include="generated/kubeadm_alpha_phase_certs_renew_apiserver.md" />}}
{{< tab name="etcd-healthcheck-client" include="generated/kubeadm_alpha_phase_certs_renew_etcd-healthcheck-client.md" />}}
{{< tab name="etcd-peer" include="generated/kubeadm_alpha_phase_certs_renew_etcd-peer.md" />}}
{{< tab name="etcd-server" include="generated/kubeadm_alpha_phase_certs_renew_etcd-server.md" />}}
{{< tab name="front-proxy-client" include="generated/kubeadm_alpha_phase_certs_renew_front-proxy-client.md" />}}
{{< /tabs >}}

## kubeadm alpha phase kubeconfig {#cmd-phase-kubeconfig}

Expand All @@ -56,6 +70,18 @@ Additionally, the `user` subcommand supports the creation of kubeconfig files fo
{{< tab name="user" include="generated/kubeadm_alpha_phase_kubeconfig_user.md" />}}
{{< /tabs >}}

## kubeadm alpha phase kubelet {#cmd-phase-kubelet}

Use the following commands to manage the kubelet phase.

{{< tabs name="tab-kubelet" >}}
{{< tab name="config annotate-cri" include="generated/kubeadm_alpha_phase_kubelet_config_annotate-cri.md" />}}
{{< tab name="config download" include="generated/kubeadm_alpha_phase_kubelet_config_download.md" />}}
{{< tab name="config enable-dynamic" include="generated/kubeadm_alpha_phase_kubelet_config_enable-dynamic.md" />}}
{{< tab name="config upload" include="generated/kubeadm_alpha_phase_kubelet_config_upload.md" />}}
{{< tab name="config write-to-disk" include="generated/kubeadm_alpha_phase_kubelet_config_write-to-disk.md" />}}
{{< tab name="write-env-file" include="generated/kubeadm_alpha_phase_kubelet_write-env-file.md" />}}
{{< /tabs >}}

## kubeadm alpha phase controlplane {#cmd-phase-controlplane}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ applied to static pod manifests.
## kubeadm upgrade node config {#cmd-upgrade-node-config}
{{< include "generated/kubeadm_upgrade_node_config.md" >}}

## kubeadm upgrade node experimental-control-plane {#cmd-experimental-control-plane}
{{< include "generated/kubeadm_upgrade_node_experimental-control-plane.md" >}}

{{% /capture %}}

{{% capture whatsnext %}}
Expand Down