1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm init phase kubeconfig admin - Generate a kubeconfig file for
7       the admin to use and for kubeadm itself
8
9
10

SYNOPSIS

12       kubeadm init phase kubeconfig admin [OPTIONS]
13
14
15

DESCRIPTION

17       Generate the kubeconfig file for the admin and for kubeadm itself, and
18       save it to admin.conf file.
19
20
21

OPTIONS

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       --control-plane-endpoint=""
41           Specify a stable IP address or DNS name for the control plane.
42
43
44       --kubeconfig-dir="/etc/kubernetes"
45           The path where to save the kubeconfig file.
46
47
48       --kubernetes-version="stable-1"
49           Choose a specific Kubernetes version for the control plane.
50
51
52

OPTIONS INHERITED FROM PARENT COMMANDS

54       --azure-container-registry-config=""
55           Path to the file containing Azure container registry configuration
56       information.
57
58
59       --log-flush-frequency=5s
60           Maximum number of seconds between log flushes
61
62
63       --rootfs=""
64           [EXPERIMENTAL] The path to the 'real' host root filesystem.
65
66
67       --version=false
68           Print version information and quit
69
70
71

SEE ALSO

73       kubeadm-init-phase-kubeconfig(1),
74
75
76

HISTORY

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
84Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum