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: PublicKeysECDSA=true|false
42       (ALPHA - default=false) RootlessControlPlane=true|false  (ALPHA  -  de‐
43       fault=false)   UnversionedKubeletConfigMap=true|false   (BETA   -   de‐
44       fault=true)
45
46
47       --image-repository="k8s.gcr.io"      Choose  a  container  registry  to
48       pull control plane images from
49
50
51       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
52       sion for the control plane.
53
54
55       --show-managed-fields=false      If true, keep the  managedFields  when
56       printing objects in JSON or YAML format.
57
58
59

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

79       kubeadm-config-images(1),
80
81
82

HISTORY

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