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