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: Auditing=true|false (ALPHA - default=false)
36 CoreDNS=true|false (default=true) DynamicKubeletConfig=true|false (BETA
37 - default=false)
38
39
40 --kubernetes-version="stable-1"
41 Choose a specific Kubernetes version for the control plane.
42
43
44
46 --azure-container-registry-config=""
47 Path to the file containing Azure container registry configuration
48 information.
49
50
51 --google-json-key=""
52 The Google Cloud Platform Service Account JSON Key to use for
53 authentication.
54
55
56 --kubeconfig="/etc/kubernetes/admin.conf"
57 The KubeConfig file to use when talking to the cluster. If the flag
58 is not set, a set of standard locations are searched for an existing
59 KubeConfig file.
60
61
62 --log-flush-frequency=5s
63 Maximum number of seconds between log flushes
64
65
66 --rootfs=""
67 [EXPERIMENTAL] The path to the 'real' host root filesystem.
68
69
70 --version=false
71 Print version information and quit
72
73
74
76 kubeadm-config-images(1),
77
78
79
81 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
82 com) based on the kubernetes source material, but hopefully they have
83 been automatically generated since!
84
85
86
87Eric Paris kubernetes User Manuals KUBERNETES(1)