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.20 fixes a JavaScript error and adds debug logging to identify the cause of empty timeline data.
In the browser console, the following error appeared during window resize:
Uncaught TypeError: bandwidthChart?.resize is not a function
The event handler now explicitly checks if the chart object exists and if the resize method is a function.
The LoadBalancer detail UI showed no data for 1h/24h tabs, although data was available for 30d. This version adds extensive debug outputs:
The polycrate-api block has been updated to version 0.5.24 (API 0.11.20):
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.20
Polycrate API is ayedo’s central management platform 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.21 addresses two critical issues: S3 buckets with Ceph backend now display …
Polycrate API 0.11.18 fixes a critical error in timeline data extraction and changes the chart style …