summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-21 16:06:16 +0300
committerGitHub <noreply@github.com>2023-04-21 16:06:16 +0300
commit736b4c8b36b02df760bcbcea2916b1d8627ccdd2 (patch)
tree62ed2213f204b1c0524bb2c8cefb37b86b3fbc13
parent4ac68a6e2f13e3df4f07aa19aa1f382ace6af7fd (diff)
Improve port-forward readme text
-rw-r--r--README.md4
1 files 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