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: PublicKeysECDSA=true|false
35 (ALPHA - default=false) RootlessControlPlane=true|false (ALPHA - de‐
36 fault=false) UnversionedKubeletConfigMap=true|false (BETA - de‐
37 fault=true)
38
39
40 --image-repository="k8s.gcr.io" Choose a container registry to
41 pull control plane images from
42
43
44 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
45 sion for the control plane.
46
47
48
50 --azure-container-registry-config="" Path to the file containing
51 Azure container registry configuration information.
52
53
54 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
55 use when talking to the cluster. If the flag is not set, a set of stan‐
56 dard locations can be searched for an existing kubeconfig file.
57
58
59 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
60 filesystem.
61
62
63 --version=false 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
79Manuals User KUBERNETES(1)(kubernetes)