Eugen
Eugen
Thanks for the report, that's helpful :+1: The `st2web` container is based on `ubuntu:bionic` and we build it ourselves by installing nginx. Check the source code here: https://github.com/StackStorm/st2-dockerfiles/blob/master/st2web/Dockerfile Are there...
Thanks, @joschi36, that would be indeed very helpful :+1: I'd prefer the 2nd approach trying to modify the existing Dockerfile running nginx as a USER, if it doesn't get really...
Good find @cognifloyd :100: While https://github.com/StackStorm/stackstorm-k8s#method-2-shared-volumes mentions the use of NFS shares as an example (that provide `RWX` capabilities under the hood), looks like it would make sense to mention...
@Bindu-yadav8 Do you have a storage class backed by the infrastructure that supports ReadWriteMany? `Many` means its a distributed file-system shared across the nodes. It's not just usual volumes. You...
I see you used `st2 pack install file://custompack` based on a local pack. Do you see the same issue if you install pack from the official stackstorm exchange or maybe...
Yeah, same message with missing pack.yaml. Can you check the content of the `/opt/stackstorm/packs/email` if pack.yaml is present or not ? Also verify if the contents of that dir are...
Check the RabbitMQ logs for any errors. Also, could you provide more information about your K8s cluster? The version, setup, resources behind the cluster. Is it a bare-metal or cloud...
@longfei-zhang Thanks for creating a feature request! 👍 Indeed, StackStorm operator is something we talked about internally a lot and there is a good interest to create one. Our initial...
Thanks for the feature request! I agree, cluster and HA-friendly deployment is must have story for production use. And while it may take a lot of time to implement it,...
cc @bigmstone I remember you was interested in deploying entire StackStorm in HA way internally. This might be useful discussion for you.