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: IPv6DualStack=true|false (AL‐
42 PHA - default=false) PublicKeysECDSA=true|false (ALPHA - default=false)
43
44
45 --image-repository="k8s.gcr.io" Choose a container registry to
46 pull control plane images from
47
48
49 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
50 sion for the control plane.
51
52
53
55 --azure-container-registry-config="" Path to the file containing
56 Azure container registry configuration information.
57
58
59 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
60 use when talking to the cluster. If the flag is not set, a set of stan‐
61 dard locations can be searched for an existing kubeconfig file.
62
63
64 --log-flush-frequency=5s Maximum number of seconds between log
65 flushes
66
67
68 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
69 filesystem.
70
71
72 --version=false Print version information and quit
73
74
75
77 kubeadm-config-images(1),
78
79
80
82 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
83 com) based on the kubernetes source material, but hopefully they have
84 been automatically generated since!
85
86
87
88Manuals User KUBERNETES(1)(kubernetes)