Skip to content

Commit

Permalink
kubeadm-upgrade: add the 'node [config]' sub-command (#8960)
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 authored and k8s-ci-robot committed Jun 7, 2018
1 parent 62979e8 commit 587d293
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 config {#cmd-upgrade-node-config}
{{< include "generated/kubeadm_upgrade_node_config.md" >}}

{{% /capture %}}

{{% capture whatsnext %}}
Expand Down

0 comments on commit 587d293

Please sign in to comment.