1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm config images list - Print a list of images kubeadm will use.
10 The configuration file is used in case any images or image repositories
11 are customized
12
13
14
16 kubeadm config images list [OPTIONS]
17
18
19
21 Print a list of images kubeadm will use. The configuration file is used
22 in case any images or image repositories are customized
23
24
25
27 --allow-missing-template-keys=true If true, ignore any errors in
28 templates when a field or map key is missing in the template. Only ap‐
29 plies to golang and jsonpath output formats.
30
31
32 --config="" Path to a kubeadm configuration file.
33
34
35 -o, --experimental-output="text" Output format. One of:
36 text|json|yaml|go-template|go-template-file|template|templatefile|json‐
37 path|jsonpath-as-json|jsonpath-file.
38
39
40 --feature-gates="" A set of key=value pairs that describe feature
41 gates for various features. Options are: PublicKeysECDSA=true|false
42 (ALPHA - default=false) RootlessControlPlane=true|false (ALPHA - de‐
43 fault=false) UnversionedKubeletConfigMap=true|false (default=true)
44
45
46 --image-repository="registry.k8s.io" Choose a container registry
47 to pull control plane images from
48
49
50 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
51 sion for the control plane.
52
53
54 --show-managed-fields=false If true, keep the managedFields when
55 printing objects in JSON or YAML format.
56
57
58
60 --azure-container-registry-config="" Path to the file containing
61 Azure container registry configuration information.
62
63
64 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
65 use when talking to the cluster. If the flag is not set, a set of stan‐
66 dard locations can be searched for an existing kubeconfig file.
67
68
69 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
70 filesystem.
71
72
73 --version=false Print version information and quit
74
75
76
78 kubeadm-config-images(1),
79
80
81
83 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
84 com) based on the kubernetes source material, but hopefully they have
85 been automatically generated since!
86
87
88
89Manuals User KUBERNETES(1)(kubernetes)