You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
I use kustomize [https://github.com/kubernetes-sigs/kustomize], which takes many YAML manifest files (optionally overriding certain fields via other files), and then generates a single YAML file output (with multiple documents separated by ---).
If I point kubediff at this mega-YAML it prints out the differences at the file-level, which is unhelpful since I get all my errors collected under this file.
I use
kustomize
[https://github.com/kubernetes-sigs/kustomize], which takes many YAML manifest files (optionally overriding certain fields via other files), and then generates a single YAML file output (with multiple documents separated by---
).If I point kubediff at this mega-YAML it prints out the differences at the file-level, which is unhelpful since I get all my errors collected under this file.
e.g.:
I would like to know the resource kind/name from the offending resources when a diff is printed (e.g. deployment/foobar, deployment/barbar)
The text was updated successfully, but these errors were encountered: