Rory

Results 134 comments of Rory

> What do we need to get this moving soon? Would it help to separate the patches from each other to have a dedicated monitoring PR? Please check https://github.com/emqx/emqx/pull/7643

Sorry for delay Looks good, we will finish it

Hi, @zmstone @qzhuyan About `minAvailable` or `maxUnavailable` for EMQX, do you have any suggestions? Link: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#rounding-logic-when-specifying-percentages

> minAvailable should be 1? I think maybe set the `maxUnavailable` equal to 1 is a good idea, this means that at most one EMQX pod is unavailable, what do...

Hi, @lonelyleaf How did you start the docker container?

Hi, guys, this is a good idea We will add entry point for `EMQX` helm chart in next version

Hi, guys, I just check [`values.yaml`](https://github.com/emqx/emqx/blob/main-v4.4/deploy/charts/emqx/values.yaml) for EMQX helm chart, maybe you can use `extraArgs` like this: ``` extraArgs: - "/bin/bash" - "-c" - "printenv && /opt/emqx/bin/emqx foreground" ``` Please...

Hi, @marcinbojko Sorry for this We already fix it by https://github.com/emqx/emqx/pull/8146, but it not in to 4.4.4 version, it will in to the 4.4.5 version

Hi, @dkebler You can run `docker pull emqx/emqx:4.3.11` directly on the arm device to get the image, I ran `docker run -d -name emqx -p 18083:18083 emqx/emqx:4.3.11` on my arm...

We will no longer provide the tag `emqx/emqx:4.3.11-alpine-arm64v8`, you can just use `emqx/emqx:4.3.11`, whether you are on arm or on amd