kubeadm-upgrade: add the 'node [config]' sub-command (#8960)

- Add includes for the generated pages
- Include placeholder generated pages
This commit is contained in:
Lubomir I. Ivanov
2018-06-07 19:55:22 +03:00
committed by Misty Linville
parent 25ec1ab443
commit eeb70f67a3
3 changed files with 15 additions and 0 deletions
@@ -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.
@@ -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.
@@ -38,6 +38,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 %}}