Polycrate CLI 0.29.13 released: Debug Logging & NetworkPolicy Fix
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
Polycrate CLI version 0.29.12 addresses critical operator stability issues and corrects debug logging.
The operator was being killed during slow Kubernetes startups because health probes were only activated after controller registration. This led to CrashLoopBackOff in clusters with many CRDs or slow APIs.
Fix: Health checks are now registered immediately after manager setup—prior to controller registration.
Loglevel 2 (Debug) and 3 (Trace) did not display additional information. The V-levels in controller-runtime have now been correctly mapped:
| Loglevel | Visible Logs |
|---|---|
| 1 | Info only |
| 2 | Info + Debug ✅ |
| 3+ | Info + Debug + Trace ✅ |
The polycrate-operator block has been updated to version 0.3.20:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator install
polycrate update 0.29.12
Or download the binaries directly from PolyHub.
Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
Polycrate CLI version 0.29.11 enhances the diagnosis of TLS issues in API-managed endpoints. TLS …
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …