telco-hub: cluster-compare: ignore several annotations/labels and CR names#366
telco-hub: cluster-compare: ignore several annotations/labels and CR names#366borball wants to merge 1 commit intoopenshift-kni:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: borball The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @borball. Thanks for your PR. I'm waiting for a openshift-kni member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| annotations: | ||
| argocd.argoproj.io/sync-wave: "-40" | ||
| name: odf-operator | ||
| name: {{ .metadata.name }} |
There was a problem hiding this comment.
This has a side-effect of matching this Subscription CR to all the sub-operator subscriptions that ODF creates when it is installed. Those then show various differences that aren't relevant since they are owned by ODF.
In telco-hub cluster compare tool, ignore several annotations and labels, also don't compare the CR names for operatorgroup and subscription.