Open liofko opened 3 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What would you like to be added
As for now, we can configure the kubernets and etcd certificates path: kube_cert_dir: "{{ kube_config_dir }}/ssl" etcd_cert_dir: "{{ etcd_config_dir }}/ssl"
I would like the option to change the kubelet cert-dir as well (instead of always use /var/lib/kubelet/pki/) For example, This should be added in both kubelet config/env file and kubelet-fix-client-cert-rotation tasks (and probably some other places I missed)
Why is this needed
For security reasons, in case we want to place all the sensitive certificates on a secure (encrypted) location - e.g. ramfs or luks storage.