1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/applications/deployments
Omair Majid c13a798a1f Fix inconsistency between deployment and replication
This document says:

> DeploymentConfigs involve one or more ReplicationControllers ...
> Similarly, Deployments involve one or more ReplicaSets ...

> Deployments and DeploymentConfigs are enabled by the use of native
> Kubernetes API objects ReplicationControllers and ReplicaSets,
> respectively, as their building blocks.

The first says that Deployments build on top of ReplicaSet but the
second says Deployments build on top of ReplicationContoller. They
can't both be right.

The document also says, later on:

> Only use ReplicaSets if you require custom update orchestration or
> do not require updates at all. Otherwise, use Deployments.

> Building on ReplicationControllers, OpenShift Container Platform
> adds expanded support for the software development and deployment
> lifecycle with the concept of DeploymentConfigs.

Fix the one description that is inconsistent with others.
2020-07-28 09:34:05 -04:00
..
2019-02-19 17:07:57 -05:00
2019-02-19 17:07:57 -05:00