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.crt and etcd/healthcheck-
22 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 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
42 sion for the control plane.
43
44
45
47 --azure-container-registry-config="" Path to the file containing
48 Azure container registry configuration information.
49
50
51 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
52 filesystem.
53
54
55 --version=false Print version information and quit
56
57
58
60 kubeadm-init-phase-certs(1),
61
62
63
65 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
66 com) based on the kubernetes source material, but hopefully they have
67 been automatically generated since!
68
69
70
71Manuals User KUBERNETES(1)(kubernetes)