Skip to content

Commit

Permalink
Update main.py (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Avi-Robusta <97387909+Avi-Robusta@users.noreply.github.com>
  • Loading branch information
aantn and Avi-Robusta authored May 22, 2024
1 parent a36063c commit a6a0cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robusta_krr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@ def run_strategy(
openshift: bool = typer.Option(
False,
"--openshift",
help="Used when running by Robusta inside an OpenShift cluster.",
help="Connect to Prometheus with a token read from /var/run/secrets/kubernetes.io/serviceaccount/token - recommended when running KRR inside an OpenShift cluster",
rich_help_panel="Prometheus Openshift Settings",
hidden=True,
),
cpu_min_value: int = typer.Option(
10,
Expand Down

0 comments on commit a6a0cab

Please # to comment.