-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/architectureCategorizes an issue or PR as relevant to SIG Architecture.Categorizes an issue or PR as relevant to SIG Architecture.sig/instrumentationCategorizes an issue or PR as relevant to SIG Instrumentation.Categorizes an issue or PR as relevant to SIG Instrumentation.
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
wgliang, imjching, vishnoisuresh and luxasjustinsb, metalmatze, bboreham and luxas
Metadata
Metadata
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/architectureCategorizes an issue or PR as relevant to SIG Architecture.Categorizes an issue or PR as relevant to SIG Architecture.sig/instrumentationCategorizes an issue or PR as relevant to SIG Instrumentation.Categorizes an issue or PR as relevant to SIG Instrumentation.