gitops-engine icon indicating copy to clipboard operation
gitops-engine copied to clipboard

why not use kubectl diff?

Open dudicoco opened this issue 5 years ago • 1 comments

https://github.com/argoproj/gitops-engine/blob/master/pkg/diff/diff.go states the following:

The package provide functions that allows to compare set of Kubernetes resources using the logic equivalent to
`kubectl diff`.

Why is it necessary to maintain this code if the logic is equivalent to kubectl diff? Why not use kubectl diff instead?

dudicoco avatar Apr 22 '21 08:04 dudicoco

same question here

caozhuozi avatar Apr 17 '24 15:04 caozhuozi