1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm alpha phase certs sa - Generates a private key for signing ser‐
7       vice account tokens along with its public key
8
9
10

SYNOPSIS

12       kubeadm alpha phase certs sa [OPTIONS]
13
14
15

DESCRIPTION

17       Generates the private key for signing service account tokens along with
18       its  public  key,  and saves them into sa.key and sa.pub files. If both
19       files already exist, kubeadm skips the  generation  step  and  existing
20       files will be used.
21
22
23       Alpha Disclaimer: this command is currently alpha.
24
25
26

OPTIONS

28       --cert-dir="/etc/kubernetes/pki"
29           The path where to save the certificates
30
31
32       --config=""
33           Path to kubeadm config file (WARNING: Usage of a configuration file
34       is experimental)
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --azure-container-registry-config=""
40           Path to the file containing Azure container registry  configuration
41       information.
42
43
44       --google-json-key=""
45           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
46       authentication.
47
48
49       --log-flush-frequency=5s
50           Maximum number of seconds between log flushes
51
52
53       --rootfs=""
54           [EXPERIMENTAL] The path to the 'real' host root filesystem.
55
56
57       --version=false
58           Print version information and quit
59
60
61

SEE ALSO

63       kubeadm-alpha-phase-certs(1),
64
65
66

HISTORY

68       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
69       com)  based  on the kubernetes source material, but hopefully they have
70       been automatically generated since!
71
72
73
74Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum