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.
|
||||
Reference in New Issue
Block a user