NOTES for update k8s dependencies In go.mod require ( k8s.io/api kubernetes-x.x.x k8s.io/apiextensions-apiserver kubernetes-x.x.x k8s.io/apimachinery kubernetes-x.x.x // check here https://github.com/kubernetes/client-go#compatibility-matrix k8s.io/client-go v12.0.0+incompatible )
This PR removes not so useful logs and changes most of Info level log to Debug/Error level in hot path while preserving some of them that is helpful for troubleshooting.