Skip to content

Commit

Permalink
kubeadm: add new command line reference
Browse files Browse the repository at this point in the history
Add:
- placeholder files
- include place holder files
- add missing tabs for "alpha phase kubelet"
  • Loading branch information
neolit123 committed Sep 17, 2018
1 parent 3286b00 commit e9dfa4a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
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
Expand Up @@ -56,6 +56,14 @@ 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" include="generated/kubeadm_alpha_phase_kubelet_config.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

0 comments on commit e9dfa4a

Please sign in to comment.