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 the default InitConfiguration object that is used
18 for 'kubeadm init' and 'kubeadm upgrade', and the default JoinConfigu‐
19 ration object that is used for 'kubeadm join'.
20
21
22 Note that sensitive values like the Bootstrap Token fields are replaced
23 with silly values like {"abcdef.0123456789abcdef" "" "nil" <nil> [] []}
24 in order to pass validation but not perform the real computation for
25 creating a token.
26
27
28
30 --api-objects=[]
31 A comma-separated list for API objects to print the default values
32 for. Available values: [InitConfiguration ClusterConfiguration JoinCon‐
33 figuration KubeProxyConfiguration KubeletConfiguration MasterConfigura‐
34 tion]. This flag unset means 'print all known objects'
35
36
37
39 --azure-container-registry-config=""
40 Path to the file containing Azure container registry configuration
41 information.
42
43
44 --google-json-key=""
45 The Google Cloud Platform Service Account JSON Key to use for
46 authentication.
47
48
49 --kubeconfig="/etc/kubernetes/admin.conf"
50 The KubeConfig file to use when talking to the cluster. If the flag
51 is not set, a set of standard locations are searched for an existing
52 KubeConfig file.
53
54
55 --log-flush-frequency=5s
56 Maximum number of seconds between log flushes
57
58
59 --rootfs=""
60 [EXPERIMENTAL] The path to the 'real' host root filesystem.
61
62
63 --version=false
64 Print version information and quit
65
66
67
69 kubeadm-config(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Eric Paris kubernetes User Manuals KUBERNETES(1)