1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm config images pull - Pull images used by kubeadm
10
11
12
14 kubeadm config images pull [OPTIONS]
15
16
17
19 Pull images used by kubeadm
20
21
22
24 --config="" Path to a kubeadm configuration file.
25
26
27 --cri-socket="" Path to the CRI socket to connect. If empty
28 kubeadm will try to auto-detect this value; use this option only if you
29 have more than one CRI installed or if you have non-standard CRI
30 socket.
31
32
33 --feature-gates="" A set of key=value pairs that describe feature
34 gates for various features. Options are: IPv6DualStack=true|false (AL‐
35 PHA - default=false) PublicKeysECDSA=true|false (ALPHA - default=false)
36
37
38 --image-repository="k8s.gcr.io" Choose a container registry to
39 pull control plane images from
40
41
42 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
43 sion for the control plane.
44
45
46
48 --azure-container-registry-config="" Path to the file containing
49 Azure container registry configuration information.
50
51
52 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
53 use when talking to the cluster. If the flag is not set, a set of stan‐
54 dard locations can be searched for an existing kubeconfig file.
55
56
57 --log-flush-frequency=5s Maximum number of seconds between log
58 flushes
59
60
61 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
62 filesystem.
63
64
65 --version=false Print version information and quit
66
67
68
70 kubeadm-config-images(1),
71
72
73
75 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
76 com) based on the kubernetes source material, but hopefully they have
77 been automatically generated since!
78
79
80
81Manuals User KUBERNETES(1)(kubernetes)