You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -206,7 +206,7 @@ Apart from running KRR as a CLI tool you can also run KRR inside your cluster. W
206
206
207
207
<imgsrc="./images/ui_recommendation.png">
208
208
209
-
You can also run KRR in-cluster as a Kubernetes Job, if you don't want to view results easily in a <ahref="https://platform.robusta.dev/signup/?benefits=krr&utm_source=github&utm_medium=krr-readme&utm_content=in-cluster-ui">UI</a>.
209
+
You can also run KRR in-cluster as a Kubernetes Job, if you don't want to view results easily in a <ahref="https://platform.robusta.dev/signup/?benefits=krr&utm_source=github&utm_medium=krr-readme&utm_content=in-cluster-ui">UI</a>.
@@ -405,6 +405,22 @@ Refer to `krr simple --help`, and look at the flags `--prometheus-url`, `--prome
405
405
If you need help, contact us on Slack, email, or by opening a GitHub issue.
406
406
</details>
407
407
408
+
<details>
409
+
<summary>VCluster</summary>
410
+
411
+
KRR supports VCluster software when Prometheus is outside of the VCluster (on physical cluster or centralized). Because of VCluster pod renaming, you need to provide :
412
+
413
+
-`vcluster-namespace` : The namespace on physical cluster where VCluster is
414
+
-`vcluster-name` : The name of your VCluster (set during VCluster deployment)
415
+
416
+
Other parameters like namespace selector, pod selector etc work as expected.
0 commit comments