Polycrate API 0.11.22 released: LoadBalancer Metrics Fix
Polycrate API 0.11.22 fixes the LoadBalancer metrics query. The detail UI now shows correct …
Polycrate API 0.11.21 addresses two critical issues: S3 buckets with Ceph backend now display correct storage metrics in the detail UI, and the filters for Organization and Workspace are functional again in the ActionRun and Agent tables.
S3 buckets with Ceph backend (RadosGW) did not show storage metrics in the detail UI, although the list view displayed the values correctly. The issue: The RadosGW Admin API only provides snapshots, not historical data like VictoriaMetrics with MinIO.
Solution: The timeline is now built incrementally with each reconcile:
This method also serves as a fallback for young MinIO buckets that do not yet have a history in VictoriaMetrics.
The filters for Organization and Workspace in the Table UIs (ActionRun, Agent) were not working – despite correct dropdown options, the results remained unchanged.
Cause: The OpenAPI schema and the generated JavaScript API client had outdated parameter names.
Solution: Schema and client have been regenerated, and the filters now work correctly.
The polycrate-api block has been updated to version 0.5.25 (API 0.11.21):
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
polycrate run polycrate-api install
Or download the Docker image directly:
docker pull cargo.ayedo.cloud/library/polycrate-api:0.11.21
Polycrate API is the central management platform by ayedo for multi-cluster Kubernetes environments. Learn more →
Polycrate API 0.11.22 fixes the LoadBalancer metrics query. The detail UI now shows correct …
Polycrate API 0.11.20 fixes a JavaScript error and adds debug logging to identify the cause of empty …
Polycrate API 0.11.19 enhances the S3 Bucket Table UI with Storage and Objects columns and …