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: EtcdLearnerMode=true|false
35 (ALPHA - default=false) PublicKeysECDSA=true|false (ALPHA - de‐
36 fault=false) RootlessControlPlane=true|false (ALPHA - default=false)
37
38
39 --image-repository="registry.k8s.io" Choose a container registry
40 to pull control plane images from
41
42
43 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
44 sion for the control plane.
45
46
47
49 --azure-container-registry-config="" Path to the file containing
50 Azure container registry configuration information.
51
52
53 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
54 use when talking to the cluster. If the flag is not set, a set of stan‐
55 dard locations can be searched for an existing kubeconfig file.
56
57
58 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
59 filesystem.
60
61
62 --version=false Print version information and quit
63
64
65
67 kubeadm-config-images(1),
68
69
70
72 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
73 com) based on the kubernetes source material, but hopefully they have
74 been automatically generated since!
75
76
77
78Manuals User KUBERNETES(1)(kubernetes)