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

NAME

6       kubeadm init phase kubeconfig all - Generates all kubeconfig files
7
8
9

SYNOPSIS

11       kubeadm init phase kubeconfig all [OPTIONS]
12
13
14

DESCRIPTION

16       Generates all kubeconfig files
17
18
19

OPTIONS

21       --apiserver-advertise-address=""
22           The  IP  address  the  API Server will advertise it's listening on.
23       Specify '0.0.0.0' to use the address of the default network interface.
24
25
26       --apiserver-bind-port=6443
27           Port for the API Server to bind to.
28
29
30       --cert-dir="/etc/kubernetes/pki"
31           The path where to save and store the certificates.
32
33
34       --config=""
35           Path to kubeadm config file. WARNING: Usage of a configuration file
36       is experimental.
37
38
39       --kubeconfig-dir="/etc/kubernetes"
40           The path where to save the kubeconfig file.
41
42
43       --node-name=""
44           Specify the node name.
45
46
47

OPTIONS INHERITED FROM PARENT COMMANDS

49       --azure-container-registry-config=""
50           Path  to the file containing Azure container registry configuration
51       information.
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

SEE ALSO

68       kubeadm-init-phase-kubeconfig(1),
69
70
71

HISTORY

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)
Impressum