Polycrate CLI version 0.29.12 addresses critical operator stability issues and corrects debug logging.
Operator Startup Fix
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 V-Level Fix
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 ✅ |
polycrate-operator Block 0.3.20
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
Update Now
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 →