Hi Team,
I deployed st2 using kubernetes-1ppc mode
I saw all the replicas in the st2.yml are all set to 1
like st2sensorcontainer
I went through our ha doc and found some st2 comps need to take extra work to achieve HA(like
st2rulesengine need to disable the timer, st2sensorcontainer need to consider partitioning sensors)
https://docs.stackstorm.com/reference/ha.html
My question is do we support multi-replicas? expecially for st2sensorcontainer,st2rulesengine, these
comps.
Any extra work to do when using kubernetes-1ppc mode?