1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm config print join-defaults - Print default join configuration,
10 that can be used for 'kubeadm join'
11
12
13
15 kubeadm config print join-defaults [OPTIONS]
16
17
18
20 This command prints objects such as the default join configuration that
21 is used for 'kubeadm join'.
22
23
24 Note that sensitive values like the Bootstrap Token fields are replaced
25 with placeholder values like {"abcdef.0123456789abcdef" "" "nil" []
26 []} in order to pass validation but not perform the real computation
27 for creating a token.
28
29
30
32 --component-configs=[] A comma-separated list for component config
33 API objects to print the default values for. Available values: [Kube‐
34 ProxyConfiguration KubeletConfiguration]. If this flag is not set, no
35 component configs will be printed.
36
37
38
40 --azure-container-registry-config="" Path to the file containing
41 Azure container registry configuration information.
42
43
44 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
45 use when talking to the cluster. If the flag is not set, a set of stan‐
46 dard locations can be searched for an existing kubeconfig file.
47
48
49 --log-flush-frequency=5s Maximum number of seconds between log
50 flushes
51
52
53 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
54 filesystem.
55
56
57 --version=false Print version information and quit
58
59
60
62 kubeadm-config-print(1),
63
64
65
67 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
68 com) based on the kubernetes source material, but hopefully they have
69 been automatically generated since!
70
71
72
73Manuals User KUBERNETES(1)(kubernetes)