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

NAME

6       kubeadm alpha certs renew controller-manager.conf - Renew the
7       certificate embedded in the kubeconfig file for the controller manager
8       to use
9
10
11

SYNOPSIS

13       kubeadm alpha certs renew controller-manager.conf [OPTIONS]
14
15
16

DESCRIPTION

18       Renew the certificate embedded in the kubeconfig file for the
19       controller manager to use.
20
21
22       Renewals run unconditionally, regardless of certificate expiration
23       date; extra attributes such as SANs will be based on the existing
24       file/certificates, there is no need to resupply them.
25
26
27       Renewal by default tries to use the certificate authority in the local
28       PKI managed by kubeadm; as alternative it is possible to use K8s
29       certificate API for certificate renewal, or as a last option, to
30       generate a CSR request.
31
32
33       After renewal, in order to make changes effective, is required to
34       restart control-plane components and eventually re-distribute the
35       renewed certificate in case the file is used elsewhere.
36
37
38

OPTIONS

40       --cert-dir="/etc/kubernetes/pki"
41           The path where to save the certificates
42
43
44       --config=""
45           Path to a kubeadm configuration file.
46
47
48       --csr-dir=""
49           The path to output the CSRs and private keys to
50
51
52       --csr-only=false
53           Create CSRs instead of generating certificates
54
55
56       --kubeconfig="/etc/kubernetes/admin.conf"
57           The kubeconfig file to use when talking to the cluster. If the flag
58       is not set, a set of standard locations can be searched for an existing
59       kubeconfig file.
60
61
62       --use-api=false
63           Use the Kubernetes certificate API to renew certificates
64
65
66

OPTIONS INHERITED FROM PARENT COMMANDS

68       --azure-container-registry-config=""
69           Path to the file containing Azure container registry configuration
70       information.
71
72
73       --log-flush-frequency=5s
74           Maximum number of seconds between log flushes
75
76
77       --rootfs=""
78           [EXPERIMENTAL] The path to the 'real' host root filesystem.
79
80
81       --version=false
82           Print version information and quit
83
84
85

SEE ALSO

87       kubeadm-alpha-certs-renew(1),
88
89
90

HISTORY

92       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
93       com) based on the kubernetes source material, but hopefully they have
94       been automatically generated since!
95
96
97
98Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum