Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

kubeadm-kubeconfig-user - Man Page

Output a kubeconfig file for an additional user

Eric Paris Jan 2015

Synopsis

kubeadm kubeconfig user [Options]

Description

Output a kubeconfig file for an additional user.

Options

--client-name="" The name of user. It will be used as the CN if client certificates are created

--config="" Path to a kubeadm configuration file.

--org=[] The organizations of the client certificate. It will be used as the O if client certificates are created

--token="" The token that should be used as the authentication mechanism for this kubeconfig, instead of client certificates

--validity-period=8760h0m0s The validity period of the client certificate. It is an offset from the current time.

Options Inherited from Parent Commands

--azure-container-registry-config="" Path to the file containing Azure container registry configuration information.

--rootfs="" [EXPERIMENTAL] The path to the 'real' host root filesystem.

--version=false --version, --version=raw prints version information and quits; --version=vX.Y.Z... sets the reported version

Example

  # 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

See Also

kubeadm-kubeconfig(1),

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!

Referenced By

kubeadm-kubeconfig(1).

User Manuals