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