Merge pull request #8847 from preillyme/patch-2

Update simple-yaml.md
This commit is contained in:
Saad Ali 2015-05-26 17:27:59 -07:00
commit 63558522f0

View File

@ -1,7 +1,7 @@
## Getting started with config files.
In addition to the imperative style commands described [elsewhere](simple-nginx.md), Kubernetes
supports declarative YAML or JSON configuration files. Often times config files are prefereable
supports declarative YAML or JSON configuration files. Often times config files are preferable
to imperative commands, since they can be checked into version control and changes to the files
can be code reviewed, producing a more robust, reliable and archival system.