kubeadm-upgrade: add the 'node [config]' sub-command (#8960)
- Add includes for the generated pages - Include placeholder generated pages
This commit is contained in:
committed by
Misty Linville
parent
25ec1ab443
commit
eeb70f67a3
@@ -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 %}}
|
||||
|
||||
Reference in New Issue
Block a user