Skip to content
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

Garbage Collection - identities clean up on ziti network #17

Open
dariuszSki opened this issue Nov 19, 2024 · 1 comment
Open

Garbage Collection - identities clean up on ziti network #17

dariuszSki opened this issue Nov 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dariuszSki
Copy link
Member

dariuszSki commented Nov 19, 2024

If resources are low in the cluster, it may take longer than the max of 30s for the Cluster Admission Controller to receive the responses from the Ziti Webhook. Best practise is to respond as soon as possible and the request throttling is not a good option either, let alone best practise. We most likely need to create a garbage collection to compare the identities that are created in the cluster to the ones on the ziti network and the webhook is probably not the place to do that either, then we may need to do that part of the operator. To me that sounds like the best place for it.

@dariuszSki dariuszSki added the enhancement New feature or request label Nov 19, 2024
@qrkourier
Copy link
Member

That sounds like a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants