mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-12 17:46:14 +00:00
Currently kubeadm produces an error upon parsing multiple certificates stored in the cluster-info configmap. Yet it should check all available certificates in a scenario like CA key rotation. Check all available CA certs against pinned certificate hashes. Fixes https://github.com/kubernetes/kubeadm/issues/1399