-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Doc suggestion: Mutating Webhooks can't set status #616
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
Is this true? Where does this limitation come from? This has worked in kubebuilder v2 for us |
@akashrv @droot
Suggested additions to docs about admission webhooks:
"""Validating webhooks run after all mutating webhooks, so you don't need to worry about another webhook changing an object after your validation has accepted it."""
"""You cannot modify or default the status of a resource using a mutating admission webhook. Set initial status in your controller when you first see a new object."""
The text was updated successfully, but these errors were encountered: