mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
Turned up during manual end-to-end testing of the Pod Certificates feature. This issue prevents podCertificate projected volumes from successfully mounting. Would have been caught by a feature e2e test. After this fix, podCertificate volumes function correctly in a Kind cluster. Additionally, fix logging from podcertificatemanager. In order for projectionKey to have sensible logging output, its fields need to be exported.