-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In favor of what is EventBroadcaster
manager option deprecated?
#2694
Comments
/kind support |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The field was deprecated in #1089, and by following breadcrumbs I found this interesting comment: DataDog/chaos-controller#684 (comment). I am guessing the standard controller migration path is to use controller-runtime/pkg/cluster/cluster.go Line 62 in e3347b5
|
GetEventRecorder uses the broadcaster underneath. It doesn't look like there is a replacement, fixing #2141 would probably help with that. |
The
EventBroadcaster
manager option has been deprecated for a while:controller-runtime/pkg/manager/manager.go
Lines 248 to 253 in 5615941
Are there suggested alternatives?
The deprecation comment seems more a warning of usage than anything else; might be that "Deprecated" is the wrong wording?
The text was updated successfully, but these errors were encountered: