We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible to send an index deletion request from the client, but this requires user intervention each time.
Allow old indexes to be deleted via a Kubernetes Job (periodic or one-time)
The Remove or RemoveWithTimestamp RPC allows us to delete indexes at a specified time, so create a Kubernetes Job to execute this RPC.
Remove
RemoveWithTimestamp
We can implement it under the here
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
orRemoveWithTimestamp
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
The text was updated successfully, but these errors were encountered: