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
This repository contains a [vCluster plugin](https://www.vcluster.com/docs/v0.19/advanced-topics/plugins-overview) that syncs [Prometheus operator](https://github.com/prometheus-operator/prometheus-operator) resources from virtual clusters to the host cluster.
4
6
5
7
Currently only the very basic functionality is implemented so the plugin only supports syncing of `PodMonitor` and `ServiceMonitor` resources. This is to allow scraping of metrics from workloads running on virtual clusters from a signle Prometheus or Open Telemetry collector on the host (with [target allocator](https://github.com/open-telemetry/opentelemetry-operator/blob/main/cmd/otel-allocator/README.md) that supports Prometheus operator CRDs).
@@ -9,4 +11,4 @@ This compatibility is required as Syncer arhitecture was overhauled by loft.sh i
9
11
10
12
`v1` - Compatible with older versions of vCluster - latest confirmed & tested version is `0.16.4`
11
13
12
-
`v2` - Compatibe with vCluster version 0.20.0 which was the highest version at the time of writing.
14
+
`v2` - Compatibe with vCluster version `0.20.0-beta.9` which was the latest version at the time of writing.
0 commit comments