1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase certs sa - Generate a private key for signing ser‐
10 vice account tokens along with its public key
11
12
13
15 kubeadm init phase certs sa [OPTIONS]
16
17
18
20 Generate the private key for signing service account tokens along with
21 its public key, and save them into sa.key and sa.pub files. If both
22 files already exist, kubeadm skips the generation step and existing
23 files will be used.
24
25
26 Alpha Disclaimer: this command is currently alpha.
27
28
29
31 --cert-dir="/etc/kubernetes/pki" The path where to save and store
32 the certificates.
33
34
35
37 --azure-container-registry-config="" Path to the file containing
38 Azure container registry configuration information.
39
40
41 --log-flush-frequency=5s Maximum number of seconds between log
42 flushes
43
44
45 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
46 filesystem.
47
48
49 --version=false Print version information and quit
50
51
52
54 kubeadm-init-phase-certs(1),
55
56
57
59 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
60 com) based on the kubernetes source material, but hopefully they have
61 been automatically generated since!
62
63
64
65Manuals User KUBERNETES(1)(kubernetes)