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

[Impl] Delete expired index from Agent using k8s Job #2647

Closed
vankichi opened this issue Sep 30, 2024 · 0 comments · Fixed by #2702
Closed

[Impl] Delete expired index from Agent using k8s Job #2647

vankichi opened this issue Sep 30, 2024 · 0 comments · Fixed by #2702

Comments

@vankichi
Copy link
Contributor

Is your feature request related to a problem? Please describe.:

It is possible to send an index deletion request from the client, but this requires user intervention each time.

Describe the solution you'd like:

Allow old indexes to be deleted via a Kubernetes Job (periodic or one-time)

Describe alternatives you've considered:

The Remove or RemoveWithTimestamp RPC allows us to delete indexes at a specified time, so create a Kubernetes Job to execute this RPC.

We can implement it under the here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant