1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm alpha kubeconfig user - Output a kubeconfig file for an addi‐
10 tional user
11
12
13
15 kubeadm alpha kubeconfig user [OPTIONS]
16
17
18
20 Output a kubeconfig file for an additional user.
21
22
23 Alpha Disclaimer: this command is currently alpha.
24
25
26
28 --client-name="" The name of user. It will be used as the CN if
29 client certificates are created
30
31
32 --config="" Path to a kubeadm configuration file.
33
34
35 --org=[] The orgnizations of the client certificate. It will be
36 used as the O if client certificates are created
37
38
39 --token="" The token that should be used as the authentication
40 mechanism for this kubeconfig, instead of client certificates
41
42
43
45 --azure-container-registry-config="" Path to the file containing
46 Azure container registry configuration information.
47
48
49 --log-flush-frequency=5s Maximum number of seconds between log
50 flushes
51
52
53 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
54 filesystem.
55
56
57 --version=false Print version information and quit
58
59
60
62 # Output a kubeconfig file for an additional user named foo using a kubeadm config file bar
63 kubeadm alpha kubeconfig user --client-name=foo --config=bar
64
65
66
67
69 kubeadm-alpha-kubeconfig(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Manuals User KUBERNETES(1)(kubernetes)