mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
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.