We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e174f commit 133f97cCopy full SHA for 133f97c
cmd/main.go
@@ -201,7 +201,6 @@ func main() {
201
setupLog.Error(err, "unable to start manager")
202
os.Exit(1)
203
}
204
- _ = mgr.AddReadyzCheck("webhook-check", mgr.GetWebhookServer().StartedChecker())
205
206
restConfig, err := ctrl.GetConfig()
207
if err != nil {
@@ -274,6 +273,7 @@ func main() {
274
273
275
276
if isControllerEnabled(controlPlaneController) {
+ _ = mgr.AddReadyzCheck("webhook-check", mgr.GetWebhookServer().StartedChecker())
277
if err = (&controller.ClusterReconciler{
278
Client: mgr.GetClient(),
279
Scheme: mgr.GetScheme(),
0 commit comments