Polycrate CLI 0.29.14 released: Backup & Endpoint Fixes
With version 0.29.14, we have implemented two important bug fixes in the Polycrate Operator that …
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important NetworkPolicy fix.
Previously, during slow operator startup, it was unclear which controller was being registered. With loglevel: 2, detailed logs are now displayed:
Registering SoftwareDeliveryPlatform controller...
Registering EndpointDiscovery controller...
Checking Velero CRDs...
BackupDiscovery controller skipped (Velero CRDs not installed)
...The NetworkPolicy has been set to Egress ALLOW ALL to resolve CNI compatibility issues. Different CNI implementations (Cilium, Calico) handle API server traffic differently, leading to timeouts during CRD discovery.
The polycrate-operator block has been updated to version 0.3.26:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator installpolycrate update 0.29.13Or download the binaries directly from PolyHub.
Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
With version 0.29.14, we have implemented two important bug fixes in the Polycrate Operator that …
Polycrate CLI version 0.29.12 addresses critical operator stability issues and corrects debug …
In the traditional IT world, maintenance windows are often a necessary evil. Operating system …