mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 14:41:42 +00:00
The error messages when the user feeds an invalid discovery token CA hash are vague. Make sure to: - Print the list of supported hash formats (currently only "sha256"). - Wrap the error from pubKeyPins.Allow() with a descriptive message.