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

NAME

9       kubeadm  config print init-defaults - Print default init configuration,
10       that can be used for 'kubeadm init'
11
12
13

SYNOPSIS

15       kubeadm config print init-defaults [OPTIONS]
16
17
18

DESCRIPTION

20       This command prints objects such as the default init configuration that
21       is used for 'kubeadm init'.
22
23
24       Note that sensitive values like the Bootstrap Token fields are replaced
25       with placeholder values like "abcdef.0123456789abcdef" in order to pass
26       validation but not perform the real computation for creating a token.
27
28
29

OPTIONS

31       --component-configs=[]      A comma-separated list for component config
32       API objects to print the default values for. Available  values:  [Kube‐
33       ProxyConfiguration  KubeletConfiguration].  If this flag is not set, no
34       component configs will be printed.
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --azure-container-registry-config=""      Path to the  file  containing
40       Azure container registry configuration information.
41
42
43       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
44       use when talking to the cluster. If the flag is not set, a set of stan‐
45       dard locations can be searched for an existing kubeconfig file.
46
47
48       --log-flush-frequency=5s       Maximum  number  of  seconds between log
49       flushes
50
51
52       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
53       filesystem.
54
55
56       --version=false      Print version information and quit
57
58
59

SEE ALSO

61       kubeadm-config-print(1),
62
63
64

HISTORY

66       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
67       com) based on the kubernetes source material, but hopefully  they  have
68       been automatically generated since!
69
70
71
72Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum