Skip to content

Commit 4f67b92

Browse files
committed
kubeadm-upgrade: add the 'node [config]' sub-command
- Add includes for the generated pages - Include placeholder generated pages
1 parent 2fe6136 commit 4f67b92

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
3+
4+
### Synopsis
5+
6+
Upgrade commands for a node in the cluster. Currently only supports upgrading the configuration, not the kubelet itself.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
3+
4+
### Synopsis
5+
6+
Downloads the kubelet configuration from the cluster ConfigMap kubelet-config-1.X, where X is the minor version of the kubelet.

content/en/docs/reference/setup-tools/kubeadm/kubeadm-upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ applied to static pod manifests.
3939
## kubeadm upgrade diff {#cmd-upgrade-diff}
4040
{{< include "generated/kubeadm_upgrade_diff.md" >}}
4141

42+
## kubeadm upgrade node config {#cmd-upgrade-node-config}
43+
{{< include "generated/kubeadm_upgrade_node_config.md" >}}
44+
4245
{{% /capture %}}
4346

4447
{{% capture whatsnext %}}

0 commit comments

Comments
 (0)