qbec
qbec copied to clipboard
Prefer kubectl pristine over qbec
When both pristine exists, most problably last apply operation was done via kubectl, thus it contains more actual data than qbec pristine. Eg.
qbec show default | kubectl apply -f-
This PR implements logic described on #232 and adds additional test for that case.