+++ This bug was initially created as a clone of Bug #2070349 +++ Description of problem: The source CR for PTP Operator Config for fast event notification has the node-role field misaligned: apiVersion: ptp.openshift.io/v1 kind: PtpOperatorConfig metadata: name: default namespace: openshift-ptp annotations: ran.openshift.io/ztp-deploy-wave: "10" spec: daemonNodeSelector: node-role.kubernetes.io/$mcp: "" ptpEventConfig: enableEventPublisher: true transportHost: "amqp://amq-router.amq-router.svc.cluster.local" Version-Release number of selected component (if applicable): 4.10 How reproducible: always Steps to Reproduce: 1. View CR: https://github.com/openshift-kni/cnf-features-deploy/blob/release-4.10/ztp/source-crs/PtpOperatorConfigForEvent.yaml Actual results: daemonNodeSelector: node-role.kubernetes.io/$mcp: "" Expected results: daemonNodeSelector: node-role.kubernetes.io/$mcp: "" Additional info:
Verified according the MR , it is just misalignment problem it is fix on the PR
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 (OpenShift Container Platform 4.10.11 bug fix 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/RHBA-2022:1431