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