Eugen

Results 145 comments of Eugen

Yeah nah, that won't work. MongoDB is using different naming and relying on different variables for the different archirectures (replicaset vs standalone): * `name: {{ include "mongodb.fullname" . }}` https://github.com/bitnami/charts/blob/504d12bf3fe0e1348f5b9d6c6a9d15cd0a60517e/bitnami/mongodb/templates/standalone/svc.yaml#L5...

Yeah, a Pull Request is welcome to fix this issue :+1:

I found that many official charts at [ArtifactHub](https://artifacthub.io/) are still following the old standards. But sounds good! It would make sense to switch from the old-style labels to the new...

First, ensure the backends like Redis, RabbitMQ, MongoDB are working. If StackStorm can't use those, it'll fail in the crash loop. Are those backends up and running? Check the logs.

StackStorm services are failing and restarting by K8s until they reach a working connection from the backends. So as long as you fix RabbitMQ, StackStorm cluster auto heals and recovers.

In your case Redis backend was failing too: ``` stackstorm-redis-node-0 1/2 CrashLoopBackOff 24 (2m47s ago) 27h stackstorm-redis-node-1 1/2 CrashLoopBackOff 24 (111s ago) 27h ``` As said before, first you need...

I believe `somaxconn` is just a warning and shouldn't be a reason for failing cluster. You can ignore it for now. You showed the logs for the `redis` container, which...

We've seen in the past issues with `K8s OpenShift` related to its security approach, `KIND` related to its default settings for the persistent volumes. `MicroK8s` is the new one. The...

That would be great, thanks @real747-david! :+1:

You can do that now via `extra_volumes` so you'll mount override files under the `/opt/stackstorm/config/overrides/`. Example: https://github.com/StackStorm/stackstorm-k8s/blob/master/values.yaml#L646-L678 But ideally, for a native UX, someone needs to implement the feature so...