Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit a987062 restricted the RBAC permissions for Pods to Get and List operations, as these are the only ones required by the swift-operator itself. However, Get/List operations are using an informerCache, which itself sets up a Watch to the objects. Without the required watch permission this throws an error in the operator log like this: Failed to watch *v1.Pod: unknown (get pods)
- Loading branch information