// Init is a replacement for klog.InitFlags which only adds those flags // that are still supported for Kubernetes components (i.e. -v and -vmodule). // See // https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components. func Init(fs *flag.FlagSet) { … }