arms11
arms11
> In the past, we thought to make it the default driver, but eventually, switched to Redis as recommended default which provided the best experience. I've found #4608 and https://github.com/openstack/tooz/compare/master...StackStorm:etcd3_driver_fixes?expand=1...
@khushboobhatia01 - I am sorry for the dumb click and closing this by mistake. @armab To your question, we have been using `Redis` since I believe helm chart version `0.50`....
Just curious did you check if `mongodb` with its volume(s) already active/provisioned and ready to accept connections? Also, was this one off or it prevents successful completion of StackStorm deployment...
I do not have access to `1.19` kubernetes to be able to verify this. But could you please verify the `service` has the headless service created and configured correctly. Since...
Hi @gauravjain1582 this is by design. MongoDB standalone is not a recommended option for StackStorm-HA deployment. All pods (as appropriate) and external dependencies are expected to be HA. Ideally, standalone...
@ShimingLee is behavior different/better when the `redis` is deployed directly from `bitnami` with it being disabled in stackstorm-ha `values.yaml`? You may have to provide the connection string in `st2.conf` (via...
Curious to know what your cluster shows of the command: `kubectl get services`
> but was denied permission to push a branch Can you please clarify?
@cflanny that's strange as I do not see `mongodb-headless service` which was the case earlier. I also do not see anything overridden in the section in your configuration that could...
Thanks @armab for that. You are correct and I definitely missed that. In a way this is as designed, correct? Should we support non-HA mode like this for our `K8s`...