daemonset: use contextual logging

This commit is contained in:
ZhangKe10140699
2022-11-04 16:37:32 +08:00
parent b740a34302
commit 7198bcffcd
7 changed files with 326 additions and 219 deletions

View File

@@ -17,9 +17,5 @@ limitations under the License.
package daemon
import (
"k8s.io/klog/v2"
_ "k8s.io/klog/v2/ktesting/init"
)
func init() {
klog.InitFlags(nil)
}