Address comments

pull/396/head
Janet Kuo 2016-04-22 10:57:08 -07:00
parent 4d3ae8af81
commit f348f318d7
1 changed files with 2 additions and 2 deletions

View File

@ -234,9 +234,9 @@ Note that we recommend using Deployments instead of directly using Replica Sets,
### Deployment (Recommended) ### Deployment (Recommended)
[`Deployment`](/docs/user-guide/deployments/) is a higher level API object that updates Pods (and its underlying Replica Sets) [`Deployment`](/docs/user-guide/deployments/) is a higher-level API object that updates its underlying Replica Sets and their Pods
in a similar fashion as `kubectl rolling-update`. Deployments are recommended if you want this rolling update functionality, in a similar fashion as `kubectl rolling-update`. Deployments are recommended if you want this rolling update functionality,
because unlike `kubectl rolling-update`, they are declarative, server side, and have additional features. because unlike `kubectl rolling-update`, they are declarative, server-side, and have additional features.
### Bare Pods ### Bare Pods