Red Hat released 1.2.2 of the Multi-Arch Tuning Operator. This update focuses on enhancing stability, security, and developer experience for managing workloads across diverse CPU architectures in your OpenShift cluster’s compute plane.
✨ What’s New in v1.2.2?
- UBI 9 Minimal Base Image: The operator has been migrated to use the Red Hat Universal Base Image (UBI) 9 Minimal. This change provides a smaller, more secure footprint and better compatibility with modern OpenShift ecosystems.
- API Cleanup: We’ve removed unused fields from the
CustomResourceto streamline configuration and reduce clutter. - Upgraded Dependencies: To ensure the highest performance and security standards, the operator now uses:
- Operator SDK v1.33
- Go 1.25.3
- Controller-Runtime 1.34.1
- Security Patches: Includes critical updates to underlying libraries (e.g.,
sigstore/fulcioto fix CVE-2025-66564).
🔗 Key Links
- Red Hat Ecosystem Catalog: View on catalog.redhat.com
- Official Documentation: Configuring Multi-Arch Compute Machines
- Release Notes
If you’re running a cluster with mixed architectures (like x86_64 and ppc64le), this operator is the “easy button” for ensuring your pods land on the right nodes without manual headaches.
Leave a Reply