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

NAME

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

SYNOPSIS

12       kubeadm alpha kubeconfig user [OPTIONS]
13
14
15

DESCRIPTION

17       Output 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       --org=[]
43           The orgnizations of the client certificate. It will be used as the
44       O if client certificates are created
45
46
47       --token=""
48           The token that should be used as the authentication mechanism for
49       this kubeconfig, instead of client certificates
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

EXAMPLE

73                # Output a kubeconfig file for an additional user named foo
74                kubeadm alpha kubeconfig user --client-name=foo
75
76
77
78

SEE ALSO

80       kubeadm-alpha-kubeconfig(1),
81
82
83

HISTORY

85       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
86       com) based on the kubernetes source material, but hopefully they have
87       been automatically generated since!
88
89
90
91Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum