Kubeadm "init" via a Root CA #1631
Labels
area/security
kind/feature
Categorizes issue or PR as related to a new feature.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
/kind feature request
The new
--upload-certs
option is great for joining additional control plane nodes, but it doesn't solve the problem of securely distributing certificates for use cases like Cluster API.I think this could be solved by turning the problem around, and rather than distributing certificates followed a typical CSR model.
kubeadm --init --token <> --management-api-server <>
--cafile
sI think this will also need changes to k/k Certificate Controller to support more than 1 root CA, or an out of tree controller.
The text was updated successfully, but these errors were encountered: