๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567) by camilamacedo86 ยท Pull Request #2169 ยท operator-framework/operator-controller

@camilamacedo86 camilamacedo86 changed the title ๐Ÿ› Fix: Truncate large error messages in status conditions ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567)

Aug 27, 2025

joelanford

joelanford

@camilamacedo86 camilamacedo86 changed the title ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567) WIP ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567)

Aug 27, 2025

@camilamacedo86 camilamacedo86 changed the title WIP ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567) ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567)

Aug 29, 2025

@camilamacedo86 camilamacedo86 changed the title ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567) WIP ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567)

Aug 29, 2025

@camilamacedo86 camilamacedo86 changed the title WIP ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567) ๐Ÿ› Fix: Truncate large error messages in status conditions (OCPBUGS-59518, OCPBUGS-38567)

Aug 30, 2025

perdasilva

@camilamacedo86

When upgrading operators, CRD validation errors can be very large (50KB+).
Kubernetes rejects status updates over 32KB with "Too long: may not be more than 32768 bytes".
This causes ClusterExtension upgrades to fail and get stuck.

Assisted-by: Cursor

perdasilva

@openshift-ci openshift-ci bot added the approved

Indicates a PR has been approved by an approver from all required OWNERS files.

label

Sep 3, 2025