1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm config print init-defaults - Print default init configuration,
10 that can be used for 'kubeadm init'
11
12
13
15 kubeadm config print init-defaults [OPTIONS]
16
17
18
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
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
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 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
49 filesystem.
50
51
52 --version=false Print version information and quit
53
54
55
57 kubeadm-config-print(1),
58
59
60
62 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
63 com) based on the kubernetes source material, but hopefully they have
64 been automatically generated since!
65
66
67
68Manuals User KUBERNETES(1)(kubernetes)