-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Certain resources should be ignored once they have a deletionTimestamp #14983
Comments
I fixed up three resources in three spots for authentication, but not the large problem. oauthclientauthorizations are still outstanding. I also fixed the GC finalizers being added to non-gc-able resources, but that doesn't stop someone (anyone with update powers) from adding more finalizers. |
@deads2k, could you please point me to the change where you addressed it for those three resources, and where you think things should be addressed for |
Unlike the stuff that David already fixed,
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
The following resources should not be honored once they are awaiting deletion:
oauthclientauthorization
xref #14978 (comment)
@openshift/security
The text was updated successfully, but these errors were encountered: