server side dryRun should be used before apply #43
Labels
discussion
This issue is not a bug or feature and a conversation is needed to find an appropriate resolution
enhancement
This issue is a feature request
One of the problem with
kubectl apply
is that it can apply some resources before encountering problem with another.Many of errors can be caught dryRun (https://kubernetes.io/blog/2019/01/14/apiserver-dry-run-and-kubectl-diff/) , which has an added benefit of invoking validating admission controllers.
kapp apply should make a single dryRun apply and if comes clean proceed to the actual apply.
The text was updated successfully, but these errors were encountered: