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