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 This command is not meant to be run on its own. See list of available
20 subcommands.
21
22
23
25 --certificate-key="" Key used to encrypt the control-plane cer‐
26 tificates in the kubeadm-certs Secret.
27
28
29 --config="" Path to a kubeadm configuration file.
30
31
32 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
33 use when talking to the cluster. If the flag is not set, a set of stan‐
34 dard locations can be searched for an existing kubeconfig file.
35
36
37 --skip-certificate-key-print=false Don't print the key used to en‐
38 crypt the control-plane certificates.
39
40
41 --upload-certs=false Upload control-plane certificates to the
42 kubeadm-certs Secret.
43
44
45
47 --azure-container-registry-config="" Path to the file containing
48 Azure container registry configuration information.
49
50
51 --log-flush-frequency=5s Maximum number of seconds between log
52 flushes
53
54
55 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
56 filesystem.
57
58
59 --version=false Print version information and quit
60
61
62
64 kubeadm-init-phase(1),
65
66
67
69 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
70 com) based on the kubernetes source material, but hopefully they have
71 been automatically generated since!
72
73
74
75Manuals User KUBERNETES(1)(kubernetes)