Having trouble ScaledObject working for StatefulSet #1660
Unanswered
rajarshi-chaudhuri
asked this question in
Q&A / Need Help
Replies: 1 comment 3 replies
-
And what problems are you facing? Scaling of StatefulSet should work the same as for Deployment. We have even test for this in our e2e testsuite: https://github.com/kedacore/keda/blob/main/tests/scalers/azure-log-analytics.test.ts#L170-L172 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello -
We are using Keda 2.0 - so I'm assuming StatefulSet is supported as per documentation. But I'm having issue with scaling a StatefulSet with Keda. Deployments are working fine.
Any sample with StatefulSet - can you provide?
My scaledobject looks like the following (kubectl describe) -
Thx
Rajarshi
Beta Was this translation helpful? Give feedback.
All reactions