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

NAME

6       kubeadm  alpha  certs  renew  apiserver-kubelet-client  - Generates the
7       Client certificate for the API server to connect to kubelet
8
9
10

SYNOPSIS

12       kubeadm alpha certs renew apiserver-kubelet-client [OPTIONS]
13
14
15

DESCRIPTION

17       Renews the Client certificate for the API server to connect to kubelet,
18       and   saves   them   into   apiserver-kubelet-client.cert   and   apis‐
19       erver-kubelet-client.key files.
20
21
22       Extra attributes such as SANs will be based on  the  existing  certifi‐
23       cates, there is no need to resupply them.
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 a kubeadm configuration file.
34
35
36       --csr-dir=""
37           The path to output the CSRs and private keys to
38
39
40       --csr-only=false
41           Create CSRs instead of generating certificates
42
43
44       --kubeconfig="/etc/kubernetes/admin.conf"
45           The kubeconfig file to use when talking to the cluster. If the flag
46       is not set, a set of standard locations are searched  for  an  existing
47       KubeConfig file.
48
49
50       --use-api=false
51           Use the Kubernetes certificate API to renew certificates
52
53
54

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

75       kubeadm-alpha-certs-renew(1),
76
77
78

HISTORY

80       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
81       com)  based  on the kubernetes source material, but hopefully they have
82       been automatically generated since!
83
84
85
86Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum