1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase kubeconfig controller-manager - Generate a kubeconā
7 fig file for the controller manager to use
8
9
10
12 kubeadm init phase kubeconfig controller-manager [OPTIONS]
13
14
15
17 Generate the kubeconfig file for the controller manager to use and save
18 it to controller-manager.conf file
19
20
21
23 --apiserver-advertise-address=""
24 The IP address the API Server will advertise it's listening on. If
25 not set the default network interface will be used.
26
27
28 --apiserver-bind-port=6443
29 Port for the API Server to bind to.
30
31
32 --cert-dir="/etc/kubernetes/pki"
33 The path where to save and store the certificates.
34
35
36 --config=""
37 Path to a kubeadm configuration file.
38
39
40 --kubeconfig-dir="/etc/kubernetes"
41 The path where to save the kubeconfig file.
42
43
44
46 --azure-container-registry-config=""
47 Path to the file containing Azure container registry configuration
48 information.
49
50
51 --log-flush-frequency=5s
52 Maximum number of seconds between log flushes
53
54
55 --rootfs=""
56 [EXPERIMENTAL] The path to the 'real' host root filesystem.
57
58
59 --version=false
60 Print version information and quit
61
62
63
65 kubeadm-init-phase-kubeconfig(1),
66
67
68
70 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71 com) based on the kubernetes source material, but hopefully they have
72 been automatically generated since!
73
74
75
76Eric Paris kubernetes User Manuals KUBERNETES(1)