Closed chufnagel closed 4 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.
Failed to watch *v1.Pods: unknown (get pods)
watch
pods
LGTM /cc @dergraf
@dergraf opinion on this? merge or close?
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. Addingwatch
underpods
in role file resolved the problem.