Closed
Description
Based on the discussion in SIG-Arch on Oct 25 and previous experiment in #69333, we should start by forking glog, cleanup the code to suit our use cases and switch over to it. Also see issue #61006
Tasks:
- Request a new repository for the forked code in https://github.com/dims/klog in the kubernetes org(?)
- Update k8s.io/klog README.md to explain it is a permanent fork.
- update github.com/kubernetes/repo-infra/kazel/kazel.go to use klog
- update k8s.io/gengo/ to use klog
- update k8s.io/kube-openapi/ to use klog
- update github.com/google/cadvisor to use klog
- vendor all the repos above into k/k and switch k/k from glog to klog
- add verify scripts to prevent adding any new vendor dependencies that use glog
cc @thockin @tallclair @erictune @justinsb @lavalamp
/kind feature