Folks,
PR for switching kubernetes/kubernetes to klog v2 [1] has merged. This was done to support the Structured logging KEP[2]
What does this mean for you?
- If you have any PR(s), please switch klog imports to klog v2.
- If you are responsible for downstream projects/libraries that use klog, please consider switching to klogv2
- worst case scenario if you end up with a mix of klog v1 and v2 in your project, we have an example for these to co-exist (LAST RESORT! - [3]).
Today is May 17, 1.19.0 release is Aug 4th. So hopefully this change to klog v2 can trickle down to all consumers and avoid problems / heart burn down the line given the early heads up.
Thanks,
Dims