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 --log-flush-frequency=5s Maximum number of seconds between log
34 flushes
35
36
37 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
38 filesystem.
39
40
41 --version=false Print version information and quit
42
43
44
46 kubeadm-certs(1),
47
48
49
51 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
52 com) based on the kubernetes source material, but hopefully they have
53 been automatically generated since!
54
55
56
57Manuals User KUBERNETES(1)(kubernetes)