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 installpolycrate update 0.29.12Or 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 …
With version 0.29.14, we have implemented two important bug fixes in the Polycrate Operator that …
In the traditional IT world, maintenance windows are often a necessary evil. Operating system …