-
Hi, I've read that bootstrapConfig is only allowed to be configured when creating an EMQX cluster, and does not support updating. The bootstrap config can only be set at creation time or modified via the dashboard. Also, found this : 'Configuration priority: emqx.conf < ENV < cluster-overrride.conf' - not really well documented, btw :) Anyhow, what about scenario where I don't have any bootstrapConfig? Where all of the configuration is an environment variable? What happens if I create a cluster (for example) with: and then I change the CRD and (try to) apply it with: (variable being - listener_ssl_opts.versions, here) Will it (should it) be applied? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi, @KlemenDanfoss
If you don't set any bootstrapConfig, the EMQX Operator will add some default config for EMQX custom resource, you can check it by
EMQX Operator will not enable SSL listener by default, so I'm not sure what happened, @zhongwencool could you please take a look ? |
Beta Was this translation helpful? Give feedback.
-
So, scenario where it works:
|
Beta Was this translation helpful? Give feedback.
So, scenario where it works: