summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-06 10:54:39 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-06 10:54:39 +0300
commit40645cea1ca511fad07e629e867735d6c33f1086 (patch)
tree714576be64d876e852c0b06d2a858cdd60f59838
parent900ef7458c4f4e59227d1ec6a4639fb9a28cda5b (diff)
Remove remaining Krakens, change back to KRR
-rw-r--r--README.md2
-rw-r--r--robusta_krr/main.py2
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 @@
<a href="https://github.com/robusta/robusta-krr">
<img src="images/logo.png" alt="Logo" width="320" height="320">
</a>
- <h3 align="center">Robusta's KubeKraken</h3>
+ <h3 align="center">Robusta's KRR</h3>
<p align="center">
Prometheus-based Kubernetes Resource Recommendations
<br />
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,