Merge pull request #364 from APSL/replicaset-tip

Replica set clarification: no need to write directly
This commit is contained in:
johndmulhausen
2016-05-24 16:25:35 -07:00
+4 -1
View File
@@ -36,7 +36,10 @@ provides declarative updates to pods along with a lot of other useful features.
Therefore, we recommend using Deployments instead of directly using Replica Sets, unless Therefore, we recommend using Deployments instead of directly using Replica Sets, unless
you require custom update orchestration or don't require updates at all. you require custom update orchestration or don't require updates at all.
### Example This actually means that you may never need to manipulate Replica Set objects:
use directly a Deployment and define your application in the spec section.
## Example
{% include code.html language="yaml" file="replicasets/frontend.yaml" ghlink="/docs/user-guide/replicasets/frontend.yaml" %} {% include code.html language="yaml" file="replicasets/frontend.yaml" ghlink="/docs/user-guide/replicasets/frontend.yaml" %}