-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: narrow the RBAC permissions used by the autoscaler (#2039)
This reduces the permissions we request to just those we actually use. Most resources are moved from cluster role to role. only resource we need in cluster level is `instrumentationconfigs` to update the datacollection configmaps with file patterns to scrape for logs. Updated the selectors in controller runtime cache. Tested several flows with CLI and helm.
- Loading branch information
Showing
6 changed files
with
212 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.