Patch Note for CTE for Kubernetes Operator
| Patch Note Version | Date |
|---|---|
| 1.5.10 | 2025-05-08 |
New and Enhanced Features
CTE for Kubernetes Operator Deployment requirement
There has been a change in how the Kubernetes Operator Controller Manager downloads images. The kube-rbac-proxy used by the operator-controller-manager pod now sources its image from registry.redhat.io instead of the previously used, gcr.io. Unlike gcr.io, which is a public registry and does not require authentication, registry.redhat.io requires authentication to pull images.
Even if you do not initiate an update to the CTE for Kubernetes Operator version, this change impacts all deployments because the operator is designed to automatically update. As a result, ensuring the creation of the rh-kube-proxy-secret is essential for the continued smooth operation of the CTE for Kubernetes Operator across all CTE for Kubernetes versions.
- See Creating the Required Kubernetes Secret for more information.