1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm config print - Print configuration
7
8
9
11 kubeadm config print [OPTIONS]
12
13
14
16 This command prints configurations for subcommands provided. For
17 details, see:
18 ⟨https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta2⟩
19
20
21
23 --azure-container-registry-config=""
24 Path to the file containing Azure container registry configuration
25 information.
26
27
28 --kubeconfig="/etc/kubernetes/admin.conf"
29 The kubeconfig file to use when talking to the cluster. If the flag
30 is not set, a set of standard locations can be searched for an existing
31 kubeconfig file.
32
33
34 --log-flush-frequency=5s
35 Maximum number of seconds between log flushes
36
37
38 --rootfs=""
39 [EXPERIMENTAL] The path to the 'real' host root filesystem.
40
41
42 --version=false
43 Print version information and quit
44
45
46
48 kubeadm-config(1), kubeadm-config-print-init-defaults(1),
49 kubeadm-config-print-join-defaults(1),
50
51
52
54 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
55 com) based on the kubernetes source material, but hopefully they have
56 been automatically generated since!
57
58
59
60Eric Paris kubernetes User Manuals KUBERNETES(1)