Skip to content

Commit 67bbc72

Browse files
neolit123Misty Linville
authored and
Misty Linville
committed
kubeadm-config: include new commands (#8862)
Add notes and includes for these new commands in 1.11: - kubeadm config print-default - kubeadm config migrate - kubeadm config images list - kubeadm config images pull Include placeholder generated files for the above.
1 parent 3250517 commit 67bbc72

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
2+
3+
### Synopsis
4+
5+
Print a list of images kubeadm will use.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
2+
3+
### Synopsis
4+
5+
Pull images used by kubeadm.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
2+
3+
### Synopsis
4+
5+
migrate config from one version to another.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
2+
3+
### Synopsis
4+
5+
print default config.

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

+18
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ You can execute `kubeadm config view` to view the ConfigMap. If you initialized
1616
kubeadm v1.7.x or lower, you must use `kubeadm config upload` to create the ConfigMap before you
1717
may use `kubeadm upgrade`.
1818

19+
In Kubernetes v1.11.0, some new commands were added. You can use `kubeadm config print-default`
20+
to print the default configuration and `kubeadm config migrate` to convert your old configuration
21+
files to a newer version. `kubeadm config images list` and `kubeadm config images pull` can be used
22+
to list and pull the images that kubeadm requires.
23+
1924
{{% /capture %}}
2025

2126
{{% capture body %}}
@@ -27,6 +32,19 @@ may use `kubeadm upgrade`.
2732

2833
## kubeadm config view {#cmd-config-view}
2934
{{< include "generated/kubeadm_config_view.md" >}}
35+
36+
## kubeadm config print-default {#cmd-config-print-default}
37+
{{< include "generated/kubeadm_config_print-default.md" >}}
38+
39+
## kubeadm config migrate {#cmd-config-migrate}
40+
{{< include "generated/kubeadm_config_migrate.md" >}}
41+
42+
## kubeadm config images list {#cmd-config-images-list}
43+
{{< include "generated/kubeadm_config_images_list.md" >}}
44+
45+
## kubeadm config images pull {#cmd-config-images-pull}
46+
{{< include "generated/kubeadm_config_images_pull.md" >}}
47+
3048
{{% /capture %}}
3149

3250
{{% capture whatsnext %}}

0 commit comments

Comments
 (0)