From 193c2485c28c5af1bda0dbb31a23cfdfb182a0b6 Mon Sep 17 00:00:00 2001 From: Natan Yellin Date: Sun, 26 Jan 2025 10:13:24 +0200 Subject: [PATCH] fix docs (#397) --- robusta_krr/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robusta_krr/main.py b/robusta_krr/main.py index d20dc6ef..7159bdde 100644 --- a/robusta_krr/main.py +++ b/robusta_krr/main.py @@ -105,7 +105,7 @@ def run_strategy( None, "--selector", "-s", - help="Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -s key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.", + help="Selector (label query) to filter workloads. Applied to labels on the workload (e.g. deployment) not on the individual pod! Supports '=', '==', and '!='.(e.g. -s key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.", rich_help_panel="Kubernetes Settings", ), prometheus_url: Optional[str] = typer.Option(