we also need to update openshift-api to 4.11. change bug to MODIFIED
tested with PR, value for actions in AlertRelabelConfig CRD is changed to PascalCase # oc get crd alertrelabelconfigs.monitoring.openshift.io -oyaml ... properties: action: default: Replace description: 'action to perform based on regex matching. Must be one of: Replace, Keep, Drop, HashMod, LabelMap, LabelDrop, or LabelKeep. Default is: ''Replace''' enum: - Replace - Keep - Drop - HashMod - LabelMap - LabelDrop - LabelKeep type: string ... # oc explain AlertRelabelConfig.spec.configs.action KIND: AlertRelabelConfig VERSION: monitoring.openshift.io/v1alpha1 FIELD: action <string> DESCRIPTION: action to perform based on regex matching. Must be one of: Replace, Keep, Drop, HashMod, LabelMap, LabelDrop, or LabelKeep. Default is: 'Replace'
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.11.5 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:6536