We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9f364 commit 93e7288Copy full SHA for 93e7288
pkg/webhook/preflight/generic/checker.go
@@ -50,6 +50,5 @@ func (g *genericChecker) Init(
50
g.configurationCheckFactory(cd),
51
}
52
checks = append(checks, g.registryCheckFactory(cd)...)
53
- cd.log.Info("returning checks", "checks", checks)
54
return checks
55
pkg/webhook/preflight/generic/registry.go
@@ -39,7 +39,6 @@ func (r *registryCheck) Name() string {
39
40
41
func (r *registryCheck) Run(ctx context.Context) preflight.CheckResult {
42
- r.log.Info("Running registry check")
43
if r.registryMirror != nil {
44
return r.checkRegistry(
45
ctx,
0 commit comments