1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  kubeconfig  user  - Output a kubeconfig file for an additional
10       user
11
12
13

SYNOPSIS

15       kubeadm kubeconfig user [OPTIONS]
16
17
18

DESCRIPTION

20       Output a kubeconfig file for an additional user.
21
22
23

OPTIONS

25       --client-name=""      The name of user. It will be used as  the  CN  if
26       client certificates are created
27
28
29       --config=""      Path to a kubeadm configuration file.
30
31
32       --org=[]       The  orgnizations  of the client certificate. It will be
33       used as the O if client certificates are created
34
35
36       --token=""      The token that should be  used  as  the  authentication
37       mechanism for this kubeconfig, instead of client certificates
38
39
40       --validity-period=8760h0m0s      The validity period of the client cer‐
41       tificate. It is an offset from the current time.
42
43
44

OPTIONS INHERITED FROM PARENT COMMANDS

46       --azure-container-registry-config=""      Path to the  file  containing
47       Azure container registry configuration information.
48
49
50       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
51       filesystem.
52
53
54       --version=false      Print version information and quit
55
56
57

EXAMPLE

59                # Output a kubeconfig file for an additional user named foo using a kubeadm config file bar
60                kubeadm kubeconfig user --client-name=foo --config=bar
61
62
63
64

SEE ALSO

66       kubeadm-kubeconfig(1),
67
68
69

HISTORY

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