.nh .TH KUBERNETES(1) kubernetes User Manuals Eric Paris Jan 2015 .SH NAME kubeadm kubeconfig user - Output a kubeconfig file for an additional user .SH SYNOPSIS \fBkubeadm kubeconfig user\fP [OPTIONS] .SH DESCRIPTION Output a kubeconfig file for an additional user. .SH OPTIONS \fB--client-name\fP="" The name of user. It will be used as the CN if client certificates are created .PP \fB--config\fP="" Path to a kubeadm configuration file. .PP \fB--org\fP=[] The organizations of the client certificate. It will be used as the O if client certificates are created .PP \fB--token\fP="" The token that should be used as the authentication mechanism for this kubeconfig, instead of client certificates .PP \fB--validity-period\fP=8760h0m0s The validity period of the client certificate. It is an offset from the current time. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--rootfs\fP="" The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path. .PP \fB--version\fP=false --version, --version=raw prints version information and quits; --version=vX.Y.Z... sets the reported version .SH EXAMPLE .EX # Output a kubeconfig file for an additional user named foo kubeadm kubeconfig user --client-name=foo # Output a kubeconfig file for an additional user named foo using a kubeadm config file bar kubeadm kubeconfig user --client-name=foo --config=bar .EE .SH SEE ALSO \fBkubeadm-kubeconfig(1)\fP, .SH HISTORY January 2015, Originally compiled by Eric Paris (eparis at redhat dot com) based on the kubernetes source material, but hopefully they have been automatically generated since!