1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm config images pull - Pull images used by kubeadm
7
8
9

SYNOPSIS

11       kubeadm config images pull [OPTIONS]
12
13
14

DESCRIPTION

16       Pull images used by kubeadm
17
18
19

OPTIONS

21       --config=""
22           Path to a kubeadm configuration 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. Options are: IPv6DualStack=true|false (ALPHA - default=false)
34       PublicKeysECDSA=true|false (ALPHA - default=false)
35
36
37       --image-repository="k8s.gcr.io"
38           Choose a container registry to pull control plane images from
39
40
41       --kubernetes-version="stable-1"
42           Choose a specific Kubernetes version for the control plane.
43
44
45

OPTIONS INHERITED FROM PARENT COMMANDS

47       --azure-container-registry-config=""
48           Path to the file containing Azure container registry configuration
49       information.
50
51
52       --kubeconfig="/etc/kubernetes/admin.conf"
53           The kubeconfig file to use when talking to the cluster. If the flag
54       is not set, a set of standard locations can be searched for an existing
55       kubeconfig file.
56
57
58       --log-flush-frequency=5s
59           Maximum number of seconds between log flushes
60
61
62       --rootfs=""
63           [EXPERIMENTAL] The path to the 'real' host root filesystem.
64
65
66       --version=false
67           Print version information and quit
68
69
70

SEE ALSO

72       kubeadm-config-images(1),
73
74
75

HISTORY

77       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
78       com) based on the kubernetes source material, but hopefully they have
79       been automatically generated since!
80
81
82
83Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum