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 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
42 filesystem.
43
44
45 --version=false Print version information and quit
46
47
48
50 kubeadm-init-phase-certs(1),
51
52
53
55 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
56 com) based on the kubernetes source material, but hopefully they have
57 been automatically generated since!
58
59
60
61Manuals User KUBERNETES(1)(kubernetes)