1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm config images pull - Pull images used by kubeadm.
7
8
9
11 kubeadm config images pull [OPTIONS]
12
13
14
16 Pull images used by kubeadm.
17
18
19
21 --config=""
22 Path to kubeadm config file.
23
24
25 --cri-socket="/var/run/dockershim.sock"
26 Specify the CRI socket to connect to.
27
28
29 --cri-socket-path="/var/run/dockershim.sock"
30 Path to the CRI socket.
31
32
33 --feature-gates=""
34 A set of key=value pairs that describe feature gates for various
35 features. Options are:
36
37
38 --kubernetes-version="stable-1"
39 Choose a specific Kubernetes version for the control plane.
40
41
42
44 --azure-container-registry-config=""
45 Path to the file containing Azure container registry configuration
46 information.
47
48
49 --kubeconfig="/etc/kubernetes/admin.conf"
50 The kubeconfig file to use when talking to the cluster. If the flag
51 is not set, a set of standard locations are searched for an existing
52 KubeConfig file.
53
54
55 --log-flush-frequency=5s
56 Maximum number of seconds between log flushes
57
58
59 --rootfs=""
60 [EXPERIMENTAL] The path to the 'real' host root filesystem.
61
62
63 --version=false
64 Print version information and quit
65
66
67
69 kubeadm-config-images(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Eric Paris kubernetes User Manuals KUBERNETES(1)