-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helm install emqx Custom EMQX_LOADED_PLUGINS #660
Comments
Hi, did you solved your issue? I hope to start "emqx_auth_mnesia" with helm commands, and result in "CrashLoopBackOff". |
You can use |
I use |
My emqx/emqx version is 4.3.5. And after I added |
I checked the log and got |
use version 4.2.13 for the time being |
wonderful! |
Update, I have same issue with 4.3.8 need to rollback to 4.2.13 |
mark, I have same issue with 4.3.11 |
Same issue as well with 4.4.0 |
Adding
gives me the same error. But when I try to load it by using
on values.yaml, it works fine
|
kubectl edit configmap xxxx--loaded-plugins |
Same issue as well with 4.4.2 |
Same issue as well with latest version 4.4.19, but docker run work fine. |
Hi guys, now EMQ X no longer uses this repository since version 4.3. Use https://github.com/emqx/emqx/ instead. |
Environment
Description
###Repetition steps
add env EMQX_LOADED_PLUGINS to values.yaml
run
helm3 install connliu -n connliu emqx/emqx -f values.yaml
# kubectl get pod -n connliu NAME READY STATUS RESTARTS AGE connliu-emqx-0 0/1 CrashLoopBackOff 1 8s
# kubectl logs -n connliu connliu-emqx-0 emqx EMQX_LOADED_PLUGINS=emqx_dashboard /usr/bin/docker-entrypoint.sh: line 101: /opt/emqx/data/loaded_plugins: Read-only file system
Normal helm install
The permissions of directories
loaded_modules
andloaded_plugins
are different from othersCustom EMQX_LOADED_PLUGINS docker install
The text was updated successfully, but these errors were encountered: