1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  config view - View the kubeadm configuration stored inside the
7       cluster
8
9
10

SYNOPSIS

12       kubeadm config view [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS INHERITED FROM PARENT COMMANDS

27       --azure-container-registry-config=""
28           Path to the file containing Azure container registry  configuration
29       information.
30
31
32       --kubeconfig="/etc/kubernetes/admin.conf"
33           The kubeconfig file to use when talking to the cluster. If the flag
34       is not set, a set of standard locations can be searched for an existing
35       kubeconfig file.
36
37
38       --log-flush-frequency=5s
39           Maximum number of seconds between log flushes
40
41
42       --rootfs=""
43           [EXPERIMENTAL] The path to the 'real' host root filesystem.
44
45
46       --version=false
47           Print version information and quit
48
49
50

SEE ALSO

52       kubeadm-config(1),
53
54
55

HISTORY

57       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
58       com) based on the kubernetes source material, but hopefully  they  have
59       been automatically generated since!
60
61
62
63Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum