-
Notifications
You must be signed in to change notification settings - Fork 40k
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
All controllers should raise events when they can't create objects as expected #21912
Comments
Frequent example: insufficient quota |
/sig apps |
cc @kubernetes/sig-apps-feature-requests |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/remove-lifecycle stale |
/lifecycle frozen |
They should also report the reason(s) why the desired state can't be realized in the status, such as in conditions. This enables higher-level controllers, which don't/can't watch events, as well as users, to make decisions. |
UPSTREAM: <carry>: don't double pluralize features Origin-commit: 97c83e5c6326167ab99eb6236c0f3148f7735927
This is coming from #21079 (comment):
All controllers should raise events when they can't create objects as expected (Pods, ReplicaSets, whatever), except when namespace deletion is in progress.
cc @piosz @mwielgus @jszczepkowski @madhusudancs @janetkuo @Kargakis @mikedanese @erictune @bgrant0607
The text was updated successfully, but these errors were encountered: