document tips and tricks when working with config

This commit is contained in:
Mike Danese
2015-07-16 10:14:41 -07:00
parent 816f18a388
commit e3d1075e07
4 changed files with 63 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ If you don't have much familiarity with Kubernetes, we recommend you read the fo
* [Downward API: accessing system configuration from a pod](downward-api.md)
* [Images and registries](images.md)
* [Migrating from docker-cli to kubectl](docker-cli-to-kubectl.md)
* [Tips and tricks when working with config](config-best-practices.md)
* [Assign pods to selected nodes](node-selection/)
* [Perform a rolling update on a running group of pods](update-demo/)