-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.16.z, 4.18.z
-
None
-
None
-
False
-
Description of problem:
When using the side-by-side comparison like 'KUBECTL_EXTERNAL_DIFF="diff -y -W 150"' the summary of the outout is showing all CRs are difference with ref ones
Version-Release number of selected component (if applicable):
latest one built from master branch
How reproducible:
Always
Steps to Reproduce:
1. Run oc cluster-compare -r metadata.yaml 2. export KUBECTL_EXTERNAL_DIFF="diff -y -W 150" 3. Run oc cluster-compare -r metadata.yaml again 4. Compare the summary of the two runs.
Actual results:
The script shows the CRs with diffs like: 22/22. which means all CRs are different.
Expected results:
The tool should show the total nunmber of CRs which are really different.
Additional info: