1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase kubeconfig all - Generate all kubeconfig files
10
11
12
14 kubeadm init phase kubeconfig all [OPTIONS]
15
16
17
19 Generate all kubeconfig files
20
21
22
24 --apiserver-advertise-address="" The IP address the API Server
25 will advertise it's listening on. If not set the default network inter‐
26 face will be used.
27
28
29 --apiserver-bind-port=6443 Port for the API Server to bind to.
30
31
32 --cert-dir="/etc/kubernetes/pki" The path where to save and store
33 the certificates.
34
35
36 --config="" Path to a kubeadm configuration file.
37
38
39 --control-plane-endpoint="" Specify a stable IP address or DNS
40 name for the control plane.
41
42
43 --dry-run=false Don't apply any changes; just output what would be
44 done.
45
46
47 --kubeconfig-dir="/etc/kubernetes" The path where to save the
48 kubeconfig file.
49
50
51 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
52 sion for the control plane.
53
54
55 --node-name="" Specify the node name.
56
57
58
60 --azure-container-registry-config="" Path to the file containing
61 Azure container registry configuration information.
62
63
64 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
65 filesystem.
66
67
68 --version=false Print version information and quit
69
70
71
73 kubeadm-init-phase-kubeconfig(1),
74
75
76
78 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
79 com) based on the kubernetes source material, but hopefully they have
80 been automatically generated since!
81
82
83
84Manuals User KUBERNETES(1)(kubernetes)