From 40645cea1ca511fad07e629e867735d6c33f1086 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?=
=?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com>
Date: Thu, 6 Apr 2023 10:54:39 +0300
Subject: Remove remaining Krakens, change back to KRR
---
README.md | 2 +-
robusta_krr/main.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index bda0e04..4d7a072 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
-
Prometheus-based Kubernetes Resource Recommendations
diff --git a/robusta_krr/main.py b/robusta_krr/main.py
index a04abc2..0453d26 100644
--- a/robusta_krr/main.py
+++ b/robusta_krr/main.py
@@ -80,7 +80,7 @@ for strategy_name, strategy_type in BaseStrategy.get_all().items(): # type: ign
quiet: bool = typer.Option(False, "--quiet", "-q", help="Enable quiet mode", rich_help_panel="Logging Settings"),
{strategy_settings},
) -> None:
- '''Run KubeKraken using the `{func_name}` strategy'''
+ '''Run KRR using the `{func_name}` strategy'''
config = Config(
clusters="*" if "*" in clusters else clusters,
--
cgit v1.2.3