You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you see a log like this, you might think the caph process was shut down:
{"level":"INFO","time":"2025-04-24T11:43:14.773Z","file":"controller/controller.go:235","message":"Shutdown signal received, waiting for all workers to finish","controller":"certificatesigningrequest","controllerGroup":"certificates.k8s.io","controllerKind":"CertificateSigningRequest"}
But that is not the case. A cluster was deleted and the targetClusterManager was stopped.
Logs of the targetClusterManager should have a key-value pair which makes this more explicit, so that developers seeing logs from the targetClusterManager know where the logs coming from.
The text was updated successfully, but these errors were encountered:
/kind feature
When you see a log like this, you might think the caph process was shut down:
But that is not the case. A cluster was deleted and the targetClusterManager was stopped.
Logs of the targetClusterManager should have a key-value pair which makes this more explicit, so that developers seeing logs from the targetClusterManager know where the logs coming from.
The text was updated successfully, but these errors were encountered: