1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase upload-certs - Upload certificates to kubeadm-certs
10
11
12
14 kubeadm init phase upload-certs [OPTIONS]
15
16
17
19 Upload control plane certificates to the kubeadm-certs Secret
20
21
22
24 --certificate-key="" Key used to encrypt the control-plane cer‐
25 tificates in the kubeadm-certs Secret.
26
27
28 --config="" Path to a kubeadm configuration file.
29
30
31 --dry-run=false Don't apply any changes; just output what would be
32 done.
33
34
35 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
36 use when talking to the cluster. If the flag is not set, a set of stan‐
37 dard locations can be searched for an existing kubeconfig file.
38
39
40 --skip-certificate-key-print=false Don't print the key used to en‐
41 crypt the control-plane certificates.
42
43
44 --upload-certs=false Upload control-plane certificates to the
45 kubeadm-certs Secret.
46
47
48
50 --azure-container-registry-config="" Path to the file containing
51 Azure container registry configuration information.
52
53
54 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
55 filesystem.
56
57
58 --version=false Print version information and quit
59
60
61
63 kubeadm-init-phase(1),
64
65
66
68 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
69 com) based on the kubernetes source material, but hopefully they have
70 been automatically generated since!
71
72
73
74Manuals User KUBERNETES(1)(kubernetes)