@@ -266,6 +266,7 @@ excluded_customresourcedefinitions() {
266266 echo " .*\.monitoring\.coreos\.com"
267267 echo " .*\.k8s\.io"
268268 echo " .*\.x-k8s\.io"
269+ echo " .*\.k8s\.ovn\.org"
269270}
270271
271272excluded_clusterroles () {
@@ -340,9 +341,41 @@ excluded_clusterroles() {
340341 echo " machine-api-operator-ext-remediation"
341342 echo " local-path-provisioner-role"
342343 echo " multus-.*"
344+ echo " cluster-monitoring-operator-namespaced"
345+ echo " control-plane-machine-set-operator"
346+ echo " csi-snapshot-controller-operator-clusterrole"
347+ echo " crc-hostpath-external-provisioner-runner"
348+ echo " machine-api-controllers-metal3-remediation"
349+ echo " machine-api-controllers-metal3-remediation-aggregation"
350+ echo " machine-os-builder-events"
351+ echo " machine-os-builder"
352+ echo " net-attach-def-project"
353+ echo " network-node-identity"
354+ echo " olm.og.global-operators.admin-.*"
355+ echo " olm.og.global-operators.edit-.*"
356+ echo " olm.og.global-operators.view-.*"
357+ echo " olm.og.olm-operators.admin-.*"
358+ echo " olm.og.olm-operators.edit-.*"
359+ echo " olm.og.olm-operators.view-.*"
360+ echo " olm.og.openshift-cluster-monitoring.admin-.*"
361+ echo " olm.og.openshift-cluster-monitoring.edit-.*"
362+ echo " olm.og.openshift-cluster-monitoring.view-.*"
363+ echo " project-helm-chartrepository-editor"
343364}
344365
345366excluded_clusterrolebindings () {
367+ echo " console-auth-delegator"
368+ echo " cluster-network-operator"
369+ echo " control-plane-machine-set-operator"
370+ echo " crc-csi-hostpathplugin-health-monitor-controller-cluster-role"
371+ echo " crc-csi-hostpathplugin-provisioner-cluster-role"
372+ echo " crc-hostpath-csi-provisioner-role"
373+ echo " csi-snapshot-controller-operator-clusterrole"
374+ echo " custom-account-openshift-machine-config-operator"
375+ echo " machine-api-controllers-baremetal"
376+ echo " machine-os-builder"
377+ echo " machine-os-builder-anyuid"
378+ echo " network-node-identity"
346379 echo " basic-users"
347380 echo " cloud-credential-operator-rolebinding"
348381 echo " cluster-admin"
0 commit comments