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 --control-plane-endpoint=""
39 Specify a stable IP address or DNS name for the control plane.
40
41
42 --kubeconfig-dir="/etc/kubernetes"
43 The path where to save the kubeconfig file.
44
45
46 --kubernetes-version="stable-1"
47 Choose a specific Kubernetes version for the control plane.
48
49
50 --node-name=""
51 Specify the node name.
52
53
54
56 --azure-container-registry-config=""
57 Path to the file containing Azure container registry configuration
58 information.
59
60
61 --log-flush-frequency=5s
62 Maximum number of seconds between log flushes
63
64
65 --rootfs=""
66 [EXPERIMENTAL] The path to the 'real' host root filesystem.
67
68
69 --version=false
70 Print version information and quit
71
72
73
75 kubeadm-init-phase-kubeconfig(1),
76
77
78
80 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
81 com) based on the kubernetes source material, but hopefully they have
82 been automatically generated since!
83
84
85
86Eric Paris kubernetes User Manuals KUBERNETES(1)