From 736b4c8b36b02df760bcbcea2916b1d8627ccdd2 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: Fri, 21 Apr 2023 16:06:16 +0300 Subject: Improve port-forward readme text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d5a003..ad5e583 100644 --- a/README.md +++ b/README.md @@ -247,12 +247,12 @@ python krr.py simple --help If your prometheus is not auto-connecting, you can use `kubectl port-forward` for manually forwarding Prometheus. -For example, if you have prometheus Pod called `kube-prometheus-st-prometheus-0`, then run this command to port-forward it: +For example, if you have a Prometheus Pod called `kube-prometheus-st-prometheus-0`, then run this command to port-forward it: ```sh kubectl port-forward pod/kube-prometheus-st-prometheus-0 9090 ``` -Then, run another terminal and run robusta in it, adding explicit prometheus url: +Then, open another terminal and run krr in it, giving an explicit prometheus url: ```sh python krr.py simple -p http://127.0.0.1:9090 -- cgit v1.2.3