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

NAME

6       kubeadm  alpha phase kubeconfig user - Outputs a kubeconfig file for an
7       additional user
8
9
10

SYNOPSIS

12       kubeadm alpha phase kubeconfig user [OPTIONS]
13
14
15

DESCRIPTION

17       Outputs a kubeconfig file for an additional user.
18
19
20       Alpha Disclaimer: this command is currently alpha.
21
22
23

OPTIONS

25       --apiserver-advertise-address=""
26           The IP address the API server is accessible on
27
28
29       --apiserver-bind-port=6443
30           The port the API server is accessible on
31
32
33       --cert-dir="/etc/kubernetes/pki"
34           The path where certificates are stored
35
36
37       --client-name=""
38           The name of user. It will be used as the CN if client  certificates
39       are created
40
41
42       --kubeconfig-dir="/etc/kubernetes"
43           The path where to save the kubeconfig file
44
45
46       --org=[]
47           The  orgnizations of the client certificate. It will be used as the
48       O if client certificates are created
49
50
51       --token=""
52           The token that should be used as the authentication  mechanism  for
53       this kubeconfig, instead of client certificates
54
55
56

OPTIONS INHERITED FROM PARENT COMMANDS

58       --azure-container-registry-config=""
59           Path  to the file containing Azure container registry configuration
60       information.
61
62
63       --google-json-key=""
64           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
65       authentication.
66
67
68       --log-flush-frequency=5s
69           Maximum number of seconds between log flushes
70
71
72       --rootfs=""
73           [EXPERIMENTAL] The path to the 'real' host root filesystem.
74
75
76       --version=false
77           Print version information and quit
78
79
80

EXAMPLE

82                # Outputs a kubeconfig file for an additional user named foo
83                kubeadm alpha phase kubeconfig user --client-name=foo
84
85
86
87

SEE ALSO

89       kubeadm-alpha-phase-kubeconfig(1),
90
91
92

HISTORY

94       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
95       com) based on the kubernetes source material, but hopefully  they  have
96       been automatically generated since!
97
98
99
100Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum