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=""
26 Path to the CRI socket to connect. If empty kubeadm will try to
27 auto-detect this value; use this option only if you have more than one
28 CRI installed or if you have non-standard CRI socket.
29
30
31 --feature-gates=""
32 A set of key=value pairs that describe feature gates for various
33 features. No feature gates are available in this release.
34
35
36 --image-repository="k8s.gcr.io"
37 Choose a container registry to pull control plane images from
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 --kubeconfig="/etc/kubernetes/admin.conf"
52 The kubeconfig file to use when talking to the cluster. If the flag
53 is not set, a set of standard locations can be searched for an existing
54 kubeconfig file.
55
56
57 --log-flush-frequency=5s
58 Maximum number of seconds between log flushes
59
60
61 --rootfs=""
62 [EXPERIMENTAL] The path to the 'real' host root filesystem.
63
64
65 --version=false
66 Print version information and quit
67
68
69
71 kubeadm-config-images(1),
72
73
74
76 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
77 com) based on the kubernetes source material, but hopefully they have
78 been automatically generated since!
79
80
81
82Eric Paris kubernetes User Manuals KUBERNETES(1)