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

NAME

6       kubeadm  config  images list - Print a list of images kubeadm will use.
7       The configuration file is used in case any images or image repositories
8       are customized.
9
10
11

SYNOPSIS

13       kubeadm config images list [OPTIONS]
14
15
16

DESCRIPTION

18       Print a list of images kubeadm will use. The configuration file is used
19       in case any images or image repositories are customized.
20
21
22

OPTIONS

24       --config=""
25           Path to kubeadm config file.
26
27
28       --feature-gates=""
29           A set of key=value pairs that describe feature  gates  for  various
30       features.  Options  are:  Auditing=true|false  (ALPHA  - default=false)
31       CoreDNS=true|false (default=true) DynamicKubeletConfig=true|false (BETA
32       - default=false)
33
34
35       --kubernetes-version="stable-1"
36           Choose a specific Kubernetes version for the control plane.
37
38
39

OPTIONS INHERITED FROM PARENT COMMANDS

41       --azure-container-registry-config=""
42           Path  to the file containing Azure container registry configuration
43       information.
44
45
46       --google-json-key=""
47           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
48       authentication.
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 are 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

SEE ALSO

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

HISTORY

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)
Impressum