From c89a0037cf47a06cdcfb73ce46f2bf07a90779d4 Mon Sep 17 00:00:00 2001 From: arik Date: Mon, 25 Mar 2024 08:23:00 +0100 Subject: Remove `app=prometheus-msteams` from prometheus discovery (#242) Log number of used workers --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 066d325..61fc9e4 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,6 @@ For discovering Prometheus it scans services for those labels: "app=prometheus,component=server" "app=prometheus-server" "app=prometheus-operator-prometheus" -"app=prometheus-msteams" "app=rancher-monitoring-prometheus" "app=prometheus-prometheus" ``` -- cgit v1.2.3 From 4e450f3ecf7a7df161956fe1574392e9c406054c Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:54:14 +0200 Subject: Improve limited permissions (cherry-picked from #220) (#238) * Add --as option to impersonate a specific user * Update test case * Don't exit if the user lacks permissions to auto-discover prometheus * Add a comment * Add support for HPA w/o cluster-level permissions * feat: cli option for --as-group (#224) * feat: cli option for --as-group * add: as-group example * Improve a message in case of API error * Return the debug log with found items in cluster --------- Co-authored-by: Robusta Runner Co-authored-by: Rohan Katkar Co-authored-by: LeaveMyYard --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 61fc9e4..51fea85 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,8 @@ List as many namespaces as you want with `-n` (in this case, `default` and `ingr ```sh krr simple -n default -n ingress-nginx ``` + +See [example ServiceAccount and RBAC permissions](./tests/single_namespace_permissions.yaml)
-- cgit v1.2.3