k3s/pkg/daemons/control
Bartosz Lenart 34617390d0
Generation of certificates and keys for etcd gated if etcd is disabled. (#6998)
Problem:
When support for etcd was added in 3957142, generation of certificates and keys for etcd was not gated behind use of managed etcd.
Keys are generated and distributed across servers even if managed etcd is not enabled.

Solution:
Allow generation of certificates and keys only if managed etc is enabled. Check config.DisableETCD flag.

Signed-off-by: Bartossh <lenartconsulting@gmail.com>
2023-07-11 10:24:35 -07:00
..
deps Generation of certificates and keys for etcd gated if etcd is disabled. (#6998) 2023-07-11 10:24:35 -07:00
proxy Fix occasional "TLS handshake error" in apiserver network proxy. 2022-10-05 21:10:38 -07:00
server.go Create new kubeconfig for supervisor use 2023-05-30 18:15:11 -07:00
tunnel.go Fix race condition in tunnel server startup 2023-04-28 11:24:34 -07:00