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
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,22 @@ Refer to `krr simple --help`, and look at the flags `--prometheus-url`, `--prome
400
400
If you need help, contact us on Slack, email, or by opening a GitHub issue.
401
401
</details>
402
402
403
+
<details>
404
+
<summary>VCluster</summary>
405
+
406
+
KRR Support VCluster software when Prometheus is outside of the VCluster (on physical cluster or centralized). Because of VCluster pod renamming, you need to provide :
407
+
408
+
-`vcluster-namespace` : The namespace on physical cluster where VCluster is
409
+
-`vcluster-name` : The name of your VCluster (set during VCluster deployment)
410
+
411
+
Other parameter like namespace selector, pod selector etc work as expected.
0 commit comments