1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

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

SYNOPSIS

16       kubeadm config images list [OPTIONS]
17
18
19

DESCRIPTION

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

OPTIONS

27       --allow-missing-template-keys=true      If true, ignore any  errors  in
28       templates  when a field or map key is missing in the template. Only ap‐
29       plies to golang and jsonpath output formats.
30
31
32       --config=""      Path to a kubeadm configuration file.
33
34
35       -o,   --experimental-output="text"        Output   format.   One    of:
36       text|json|yaml|go-template|go-template-file|template|templatefile|json‐
37       path|jsonpath-as-json|jsonpath-file.
38
39
40       --feature-gates=""      A set of key=value pairs that describe  feature
41       gates for various features. Options are: IPv6DualStack=true|false (BETA
42       - default=true) PublicKeysECDSA=true|false (ALPHA - default=false)
43
44
45       --image-repository="k8s.gcr.io"      Choose  a  container  registry  to
46       pull control plane images from
47
48
49       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
50       sion for the control plane.
51
52
53       --show-managed-fields=false      If true, keep the  managedFields  when
54       printing objects in JSON or YAML format.
55
56
57

OPTIONS INHERITED FROM PARENT COMMANDS

59       --azure-container-registry-config=""       Path  to the file containing
60       Azure container registry configuration information.
61
62
63       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
64       use when talking to the cluster. If the flag is not set, a set of stan‐
65       dard locations can be searched for an existing kubeconfig file.
66
67
68       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
69       flushes
70
71
72       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
73       filesystem.
74
75
76       --version=false      Print version information and quit
77
78
79

SEE ALSO

81       kubeadm-config-images(1),
82
83
84

HISTORY

86       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
87       com)  based  on the kubernetes source material, but hopefully they have
88       been automatically generated since!
89
90
91
92Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum