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(