Operator controller seems stuck, changes not getting applied #681
-
I'm seeing a persistent error in the controller manager pod:
I've been trying to make changes to the EmqxBroker definition to set up TLS using extraVolumes and extraVolumeMounts, but my changes don't seem to lead anything happening. I've fallen back to just trying to add a second emptyDir() just to see if I can make something update, to no avail. Perhaps some earlier issue is causing controller manager to be stuck on previous changes and it can't move on to my current work. ? Any suggestions for troubleshooting? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Could you please show the YAML file for EMQX custom resource ? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm not certain but I was under the impression that we were stuck with v1beta3 because our Kubernetes cluster is version 1.20. We have plans to build a new cluster with a current version of k8s but not for a bit. |
Beta Was this translation helpful? Give feedback.
-
Hi @charlieevett, I'm use your YAML file and |
Beta Was this translation helpful? Give feedback.
Sorry for delay, this is a bug in EMQX Operator 1.2.1. When use NodePort service type and doesn't set
.spec.ports[].nodePort
, EMQX Operator may use an out-of-range port to update the service