artillery-operator icon indicating copy to clipboard operation
artillery-operator copied to clipboard

ClusterRole artillery-operator-manager-role requires `get` `list` `watch` on `configmaps` across the cluster

Open justinfiore opened this issue 2 years ago • 0 comments

When I tried to run the hack/examples/basic-test-cr Load Test, it could not execute because the operator couldn't read configmaps.

I added: configmaps with get, list, watch to the artillery-operator-manager-role ClusterRole and it was able to proceed. I don't know if all 3 of those permissions are needed or only a subset.

justinfiore avatar Sep 13 '22 16:09 justinfiore