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

NAME

6       kubeadm init phase certs sa - Generate a private key for signing
7       service account tokens along with its public key
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Generate the private key for signing service account tokens along with
18       its public key, and save 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 and store the certificates.
30
31
32

OPTIONS INHERITED FROM PARENT COMMANDS

34       --azure-container-registry-config=""
35           Path to the file containing Azure container registry configuration
36       information.
37
38
39       --log-flush-frequency=5s
40           Maximum number of seconds between log flushes
41
42
43       --rootfs=""
44           [EXPERIMENTAL] The path to the 'real' host root filesystem.
45
46
47       --version=false
48           Print version information and quit
49
50
51

SEE ALSO

53       kubeadm-init-phase-certs(1),
54
55
56

HISTORY

58       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
59       com) based on the kubernetes source material, but hopefully they have
60       been automatically generated since!
61
62
63
64Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum