1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm config view - View the kubeadm configuration stored inside the
7 cluster.
8
9
10
12 kubeadm config view [OPTIONS]
13
14
15
17 Using this command, you can view the ConfigMap in the cluster where the
18 configuration for kubeadm is located.
19
20
21 The configuration is located in the "kube-system" namespace in the
22 "kubeadm-config" ConfigMap.
23
24
25
27 --azure-container-registry-config=""
28 Path to the file containing Azure container registry configuration
29 information.
30
31
32 --google-json-key=""
33 The Google Cloud Platform Service Account JSON Key to use for
34 authentication.
35
36
37 --kubeconfig="/etc/kubernetes/admin.conf"
38 The KubeConfig file to use when talking to the cluster. If the flag
39 is not set, a set of standard locations are searched for an existing
40 KubeConfig file.
41
42
43 --log-flush-frequency=5s
44 Maximum number of seconds between log flushes
45
46
47 --rootfs=""
48 [EXPERIMENTAL] The path to the 'real' host root filesystem.
49
50
51 --version=false
52 Print version information and quit
53
54
55
57 kubeadm-config(1),
58
59
60
62 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
63 com) based on the kubernetes source material, but hopefully they have
64 been automatically generated since!
65
66
67
68Eric Paris kubernetes User Manuals KUBERNETES(1)