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

NAME

6       kubeadm init phase certs etcd-healthcheck-client - Generates the client
7       certificate for liveness probes to healtcheck etcd
8
9
10

SYNOPSIS

12       kubeadm init phase certs etcd-healthcheck-client [OPTIONS]
13
14
15

DESCRIPTION

17       Generates the client certificate  for  liveness  probes  to  healtcheck
18       etcd,    and   saves   them   into   etcd/healthcheck-client.cert   and
19       etcd/healthcheck-client.key files.
20
21
22       If both files already exist, kubeadm  skips  the  generation  step  and
23       existing files will be used.
24
25
26       Alpha Disclaimer: this command is currently alpha.
27
28
29

OPTIONS

31       --cert-dir="/etc/kubernetes/pki"
32           The path where to save and store the certificates.
33
34
35       --config=""
36           Path to kubeadm config file. WARNING: Usage of a configuration file
37       is experimental.
38
39
40       --csr-dir=""
41           The path to output the CSRs and private keys to
42
43
44       --csr-only=false
45           Create CSRs instead of generating certificates
46
47
48

OPTIONS INHERITED FROM PARENT COMMANDS

50       --azure-container-registry-config=""
51           Path to the file containing Azure container registry  configuration
52       information.
53
54
55       --log-flush-frequency=5s
56           Maximum number of seconds between log flushes
57
58
59       --rootfs=""
60           [EXPERIMENTAL] The path to the 'real' host root filesystem.
61
62
63       --version=false
64           Print version information and quit
65
66
67

SEE ALSO

69       kubeadm-init-phase-certs(1),
70
71
72

HISTORY

74       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
75       com) based on the kubernetes source material, but hopefully  they  have
76       been automatically generated since!
77
78
79
80Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum