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

VLogs: add support for Statefulset #1175

Open
alongwill opened this issue Dec 3, 2024 · 1 comment
Open

VLogs: add support for Statefulset #1175

alongwill opened this issue Dec 3, 2024 · 1 comment
Labels
question Further information is requested

Comments

@alongwill
Copy link

The Victoria Logs helm chart allows the creation of a StatefulSet:
https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-logs-single/templates/server-statefulset.yaml

Can the operator please be updated to support this too?

@f41gh7
Copy link
Collaborator

f41gh7 commented Dec 3, 2024

It'd be great to know a motivation for this feature. VLogs is intended to be application with a single replica. There is no way to scale it.

Meanwhile, StatefulSet is only complicates management of resource. It's not possible to create automated migration path from Deployment to Statefulset without complete data loss.

@f41gh7 f41gh7 added the question Further information is requested label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants