vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect duplicates

mkmik opened this issue · comments

@dkalinin made a good point in https://kubernetes.slack.com/messages/jsonnet:

Some users might include duplicate resources in their configs, and if we don't detect that error the behaviour is surprising since the last config application wins. Also, kubecfg diff will always show that there is a difference (because at least one variants of the same object "lost")