1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase kubeconfig all - Generate all kubeconfig files
7
8
9
11 kubeadm init phase kubeconfig all [OPTIONS]
12
13
14
16 Generate all kubeconfig files
17
18
19
21 --apiserver-advertise-address=""
22 The IP address the API Server will advertise it's listening on. If
23 not set the default network interface will be used.
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 a kubeadm configuration file.
36
37
38 --kubeconfig-dir="/etc/kubernetes"
39 The path where to save the kubeconfig file.
40
41
42 --node-name=""
43 Specify the node name.
44
45
46
48 --azure-container-registry-config=""
49 Path to the file containing Azure container registry configuration
50 information.
51
52
53 --log-flush-frequency=5s
54 Maximum number of seconds between log flushes
55
56
57 --rootfs=""
58 [EXPERIMENTAL] The path to the 'real' host root filesystem.
59
60
61 --version=false
62 Print version information and quit
63
64
65
67 kubeadm-init-phase-kubeconfig(1),
68
69
70
72 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
73 com) based on the kubernetes source material, but hopefully they have
74 been automatically generated since!
75
76
77
78Eric Paris kubernetes User Manuals KUBERNETES(1)