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 --config=""
25 Path to kubeadm config file.
26
27
28 --feature-gates=""
29 A set of key=value pairs that describe feature gates for various
30 features. No feature gates are available in this release.
31
32
33 --image-repository="k8s.gcr.io"
34 Choose a container registry to pull control plane images from
35
36
37 --kubernetes-version="stable-1"
38 Choose a specific Kubernetes version for the control plane.
39
40
41
43 --azure-container-registry-config=""
44 Path to the file containing Azure container registry configuration
45 information.
46
47
48 --kubeconfig="/etc/kubernetes/admin.conf"
49 The kubeconfig file to use when talking to the cluster. If the flag
50 is not set, a set of standard locations can be searched for an existing
51 kubeconfig file.
52
53
54 --log-flush-frequency=5s
55 Maximum number of seconds between log flushes
56
57
58 --rootfs=""
59 [EXPERIMENTAL] The path to the 'real' host root filesystem.
60
61
62 --version=false
63 Print version information and quit
64
65
66
68 kubeadm-config-images(1),
69
70
71
73 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
74 com) based on the kubernetes source material, but hopefully they have
75 been automatically generated since!
76
77
78
79Eric Paris kubernetes User Manuals KUBERNETES(1)