qbec icon indicating copy to clipboard operation
qbec copied to clipboard

Prefer kubectl pristine over qbec

Open kvaps opened this issue 4 years ago • 0 comments

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.

kvaps avatar Apr 08 '21 15:04 kvaps