Files
kubernetes/pkg/kubectl
juanvallejo 63e0279d93 add --dry-run flag to kubectl apply
Related StackOverflow:
http://stackoverflow.com/questions/38824409/validate-openshift-objects-defined-in-yaml-before-actually-applying-or-executing

This patch adds a `--dry-run` flag to the `apply` command in order to
allow validation of objects, without actually creating them. If a
`--dry-run` flag is present and no validation errors are found, the
command will exit before patching or creating any objects.

It also adds a `--dry-run` option to the `kubectl create` root command.
2016-10-12 16:48:20 -04:00
..
2016-10-12 16:48:20 -04:00
2016-09-14 12:11:24 +02:00
2016-08-02 19:51:51 +03:00
2016-09-28 10:23:25 +08:00