server-side apply conflict warning doesn't show which resource is causing the problem, make it very hard to diagnosis #1683
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Here I use a
kubectl apply
to add a directory with handreds of resources:Then got lots of warning like this:
As you can see, the output only shows version, no group no name, which make is very hard to locate the problem.
What would you like to be added:
We should output which resource is causing the problem, show its group/name.
Why is this needed:
The text was updated successfully, but these errors were encountered: