Skip to content

Commit

Permalink
kubeadm-upgrade: add the 'node [config]' sub-command
Browse files Browse the repository at this point in the history
- Add includes for the generated pages
- Include placeholder generated pages
  • Loading branch information
neolit123 committed Jun 7, 2018
1 parent 2fe6136 commit c49e9b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH

### Synopsis

Upgrade commands for a node in the cluster. Currently only supports upgrading the configuration, not the kubelet itself.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH

### Synopsis

Downloads the kubelet configuration from the cluster ConfigMap kubelet-config-1.X, where X is the minor version of the kubelet.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ applied to static pod manifests.
## kubeadm upgrade diff {#cmd-upgrade-diff}
{{< include "generated/kubeadm_upgrade_diff.md" >}}

## kubeadm upgrade node {#cmd-upgrade-node}
{{< include "generated/kubeadm_upgrade_node.md" >}}

{{% /capture %}}

{{% capture whatsnext %}}
Expand Down

0 comments on commit c49e9b1

Please sign in to comment.