diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-21 16:06:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 16:06:16 +0300 |
| commit | 736b4c8b36b02df760bcbcea2916b1d8627ccdd2 (patch) | |
| tree | 62ed2213f204b1c0524bb2c8cefb37b86b3fbc13 | |
| parent | 4ac68a6e2f13e3df4f07aa19aa1f382ace6af7fd (diff) | |
Improve port-forward readme text
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
