From a7e137633e895c0f167262c20fa409fccc4202e5 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: Sun, 26 Mar 2023 20:36:08 +0300 Subject: Change KRR to KubeKraken --- README.md | 4 ++-- robusta_krr/main.py | 2 +- robusta_krr/utils/logo.py | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3fba918..5533b76 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Logo -

Robusta-KRR

+

Robusta's KubeKraken

- Robusta's Kubernetes Resource Recommender + Prometheus-based Kubernetes Resource Recommendations
Explore the docs ยป
diff --git a/robusta_krr/main.py b/robusta_krr/main.py index f130259..48a415e 100644 --- a/robusta_krr/main.py +++ b/robusta_krr/main.py @@ -53,7 +53,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 KRR using the `{func_name}` strategy''' + '''Run KubeKraken using the `{func_name}` strategy''' config = Config( prometheus_url=prometheus_url, diff --git a/robusta_krr/utils/logo.py b/robusta_krr/utils/logo.py index a6b9641..a35f05c 100644 --- a/robusta_krr/utils/logo.py +++ b/robusta_krr/utils/logo.py @@ -1,11 +1,11 @@ ASCII_LOGO = r""" [bold magenta] - _____ _ _ _ _______ _____ - | __ \ | | | | | |/ / __ \| __ \ - | |__) |___ | |__ _ _ ___| |_ __ _ | ' /| |__) | |__) | - | _ // _ \| '_ \| | | / __| __/ _` | | < | _ /| _ / - | | \ \ (_) | |_) | |_| \__ \ || (_| | | . \| | \ \| | \ \ - |_| \_\___/|_.__/ \__,_|___/\__\__,_| |_|\_\_| \_\_| \_\ + _ __ _ _ __ _ +| | / / | | | | / / | | +| |/ / _ _| |__ ___| |/ / _ __ __ _| | _____ _ __ +| \| | | | '_ \ / _ \ \| '__/ _` | |/ / _ \ '_ \ +| |\ \ |_| | |_) | __/ |\ \ | | (_| | < __/ | | | +\_| \_/\__,_|_.__/ \___\_| \_/_| \__,_|_|\_\___|_| |_| [/bold magenta] """ -- cgit v1.2.3