Replies: 1 comment 6 replies
-
Hi @MacherelR I'm sorry, EMQX Operator can not auto reloader ACL file, I think you can reload ACL file by two ways:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I've been trying for a moment now to create and apply ACLs to my emqx cluster.
My system is the following: Deployed emqx-operator following the getting started from Readme.md, and initially applied basic emqx deployment.
Now my deployment.yaml file looks as follows:
As you can see, I wrote the configmap declaration in the same file so that only one kubectl apply command is needed.
But when I do apply this file I get configmap/emqx-acl-config configured and emqx.apps.emqx.io/emqx configured
When this is the first deployment everything works like charm but when I modify my ACLs and redo the kubectl apply -f command the acls don't seem tu update themselves, is there a way to force restart the deployment or the pods ?
Rémy
Beta Was this translation helpful? Give feedback.
All reactions