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

Support StatefulSets #73

Open
isaacharrisholt opened this issue Dec 19, 2024 · 2 comments
Open

Support StatefulSets #73

isaacharrisholt opened this issue Dec 19, 2024 · 2 comments

Comments

@isaacharrisholt
Copy link

From my testing, it doesn't seem like the operator has support for restarting pods defined in StatefulSets instead of Deployments. I may be doing it wrong, or there could be scope for improvement here - a couple of our microservices are defined this way rather than in deployments.

@watsonian
Copy link
Contributor

@isaacharrisholt Right, we only support Deployments currently. Until we support other resource types, the way to go is using the Reloader k8s controller.

@isaacharrisholt
Copy link
Author

@watsonian how much work would it be to add more resource types? It's something I'm potentially willing to look into.

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

No branches or pull requests

2 participants