Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important NetworkPolicy fix.
Startup Debug Logging
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)
...
NetworkPolicy Fix
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.
polycrate-operator Block 0.3.26
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 install
Update Now
polycrate update 0.29.13
Or download the binaries directly from PolyHub.
Polycrate is ayedo's Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →