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.
This commit is contained in:
committed by
Misty Linville
parent
381d615826
commit
8c8e0a9e27
@@ -0,0 +1,5 @@
|
|||||||
|
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
Print a list of images kubeadm will use.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
Pull images used by kubeadm.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
migrate config from one version to another.
|
||||||
+5
@@ -0,0 +1,5 @@
|
|||||||
|
PLACEHOLDER FILE UNTIL WE GENERATE THE REAL THING. DO NOT REMOVE FROM 1.11 DOCS BRANCH
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
print default config.
|
||||||
@@ -16,6 +16,11 @@ You can execute `kubeadm config view` to view the ConfigMap. If you initialized
|
|||||||
kubeadm v1.7.x or lower, you must use `kubeadm config upload` to create the ConfigMap before you
|
kubeadm v1.7.x or lower, you must use `kubeadm config upload` to create the ConfigMap before you
|
||||||
may use `kubeadm upgrade`.
|
may use `kubeadm upgrade`.
|
||||||
|
|
||||||
|
In Kubernetes v1.11.0, some new commands were added. You can use `kubeadm config print-default`
|
||||||
|
to print the default configuration and `kubeadm config migrate` to convert your old configuration
|
||||||
|
files to a newer version. `kubeadm config images list` and `kubeadm config images pull` can be used
|
||||||
|
to list and pull the images that kubeadm requires.
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
{{% capture body %}}
|
{{% capture body %}}
|
||||||
@@ -27,6 +32,19 @@ may use `kubeadm upgrade`.
|
|||||||
|
|
||||||
## kubeadm config view {#cmd-config-view}
|
## kubeadm config view {#cmd-config-view}
|
||||||
{{< include "generated/kubeadm_config_view.md" >}}
|
{{< include "generated/kubeadm_config_view.md" >}}
|
||||||
|
|
||||||
|
## kubeadm config print-default {#cmd-config-print-default}
|
||||||
|
{{< include "generated/kubeadm_config_print-default.md" >}}
|
||||||
|
|
||||||
|
## kubeadm config migrate {#cmd-config-migrate}
|
||||||
|
{{< include "generated/kubeadm_config_migrate.md" >}}
|
||||||
|
|
||||||
|
## kubeadm config images list {#cmd-config-images-list}
|
||||||
|
{{< include "generated/kubeadm_config_images_list.md" >}}
|
||||||
|
|
||||||
|
## kubeadm config images pull {#cmd-config-images-pull}
|
||||||
|
{{< include "generated/kubeadm_config_images_pull.md" >}}
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
{{% capture whatsnext %}}
|
{{% capture whatsnext %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user