1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase certs etcd-healthcheck-client - Generate the cer‐
10 tificate for liveness probes to healthcheck etcd
11
12
13
15 kubeadm init phase certs etcd-healthcheck-client [OPTIONS]
16
17
18
20 Generate the certificate for liveness probes to healthcheck etcd, and
21 save them into etcd/healthcheck-client.cert and
22 etcd/healthcheck-client.key files.
23
24
25 If both files already exist, kubeadm skips the generation step and ex‐
26 isting files will be used.
27
28
29 Alpha Disclaimer: this command is currently alpha.
30
31
32
34 --cert-dir="/etc/kubernetes/pki" The path where to save and store
35 the certificates.
36
37
38 --config="" Path to a kubeadm configuration file.
39
40
41 --csr-dir="" The path to output the CSRs and private keys to
42
43
44 --csr-only=false Create CSRs instead of generating certificates
45
46
47 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
48 sion for the control plane.
49
50
51
53 --azure-container-registry-config="" Path to the file containing
54 Azure container registry configuration information.
55
56
57 --log-flush-frequency=5s Maximum number of seconds between log
58 flushes
59
60
61 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
62 filesystem.
63
64
65 --version=false Print version information and quit
66
67
68
70 kubeadm-init-phase-certs(1),
71
72
73
75 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
76 com) based on the kubernetes source material, but hopefully they have
77 been automatically generated since!
78
79
80
81Manuals User KUBERNETES(1)(kubernetes)