vernemq / vmq-operator

VerneMQ Operator creates/configures/manages VerneMQ clusters atop Kubernetes
Apache License 2.0
30 stars 20 forks source link

Add pod watch to operator roles in examples #11

Closed chufnagel closed 4 years ago

chufnagel commented 5 years ago

Attempting to run either of the examples causes this error to repeat in the vmq-operator logs: Failed to watch *v1.Pods: unknown (get pods) Cluster also fails to start. Adding watch under pods in role file resolved the problem.

larshesel commented 5 years ago

LGTM /cc @dergraf

ioolkos commented 4 years ago

@dergraf opinion on this? merge or close?