1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm certs certificate-key - Generate certificate keys
10
11
12
14 kubeadm certs certificate-key [OPTIONS]
15
16
17
19 This command will print out a secure randomly-generated certificate key
20 that can be used with the "init" command.
21
22
23 You can also use "kubeadm init --upload-certs" without specifying a
24 certificate key and it will generate and print one for you.
25
26
27
29 --azure-container-registry-config="" Path to the file containing
30 Azure container registry configuration information.
31
32
33 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
34 filesystem.
35
36
37 --version=false Print version information and quit
38
39
40
42 kubeadm-certs(1),
43
44
45
47 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
48 com) based on the kubernetes source material, but hopefully they have
49 been automatically generated since!
50
51
52
53Manuals User KUBERNETES(1)(kubernetes)