kubeadm-init-phase-upload-certs - Man Page

Upload certificates to kubeadm-certs

Eric Paris Jan 2015

Synopsis

kubeadm init phase upload-certs [Options]

Description

Upload control plane certificates to the kubeadm-certs Secret

Options

--certificate-key="" Key used to encrypt the control-plane certificates in the kubeadm-certs Secret. The certificate key is a hex encoded string that is an AES key of size 32 bytes.

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

--dry-run=false Don't apply any changes; just output what would be done.

--kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.

--skip-certificate-key-print=false Don't print the key used to encrypt the control-plane certificates.

--upload-certs=false Upload control-plane certificates to the kubeadm-certs Secret.

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

See Also

kubeadm-init-phase(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-init-phase(1).

User Manuals