Skip to content

Commit 9aeab98

Browse files
authored
Merge pull request #13597 from kalexand-rh/enterprise-4.0
4 not v4
2 parents 07537f6 + 49181e8 commit 9aeab98

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Name: Release notes
7979
Dir: release_notes
8080
Distros: openshift-enterprise
8181
Topics:
82-
- Name: Comparing OpenShift Container Platform v3 and v4
83-
File: comparing_v3_v4
82+
- Name: Comparing OpenShift Container Platform 3 and 4
83+
File: comparing_3_4
8484
---
8585
Name: Architecture
8686
Dir: architecture

modules/architecture-overview.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
With {product-title} v4, the core story remains unchanged: {product-title} offers
99
your developers a set of tools to evolve their applications under operational oversight
10-
and using Kubernetes to provide application infrastructure. The key change to v4 is
10+
and using Kubernetes to provide application infrastructure. The key change to {product-title}4 is
1111
that the infrastructure and its management are flexible, automated, and self-managing.
1212

13-
A major difference between {product-title} v3 and v4 is that v4 uses Operators
13+
A major difference between {product-title} 3 and {product-title} 4 is that {product-title} 4 uses Operators
1414
as both the fundamental unit of the product and an option for easily deploying
1515
and managing utilities that your apps use.
1616

17-
{product-title} v4 runs on top of a Kubernetes cluster, with data about the
18-
objects stored in etcd, a reliable clustered key-value store. The cluster is
19-
enhanced with standard components that you need to run your cluster, including
17+
{product-title} 4 runs on top of a Kubernetes cluster, with data about the
18+
objects stored in etcd, a reliable clustered key-value store. The cluster is
19+
enhanced with standard components that you need to run your cluster, including
2020
network, ingress, logging, and monitoring, that run as Operators to increase the
2121
ease and automation of installation, scaling, and maintenance.
2222

@@ -43,7 +43,7 @@ report status or write back to the object.
4343
{product-title} offers a catalog of supporting application infrastructure that
4444
includes:
4545

46-
* Operators, which expose APIs that automate the complete component lifecycle
46+
* Operators, which expose APIs that automate the complete component lifecycle
4747
and include components like databases
4848
* Service bindings, which consume services that run outside the cluster
4949
* Templates, which are simple instant examples

modules/machine-api-overview.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[id='machine-api-overview-{context}']
66
= Machine API overview
77

8-
For {product-title} v4 clusters, the Machine API performs all node
8+
For {product-title} 4 clusters, the Machine API performs all node
99
management actions after the cluster installation finishes. Because of this
10-
system, {product-title} v4 offers an elastic, dynamic provisioning
10+
system, {product-title} 4 offers an elastic, dynamic provisioning
1111
method on top of public or private cloud infrastructure.
1212

1313
The Machine API is a combination of primary resources that are based on the upstream
@@ -54,6 +54,6 @@ ScalingPolicy so you can scale up nodes but not scale them down.
5454
In {product-title} version 3.11, you could not roll out a multi-zone architecture easily because the cluster
5555
did not manage machine provisioning. It is easier in 4.0. Each `MachineSet` is scoped
5656
to a single zone, so the installation program sends out `MachineSets` across availability zones
57-
on your behalf. And then because your compute is dynamic, and in
57+
on your behalf. And then because your compute is dynamic, and in
5858
the face of a zone failure, you always have a zone for when you need to rebalance
5959
your machines. The autoscaler provides best-effort balancing over the life of a cluster.

modules/operators-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id='operators-overview-{context}']
66
= Operators in {product-title}
77

8-
{product-title} v4 uses different classes of Operators to perform cluster
8+
{product-title} 4 uses different classes of Operators to perform cluster
99
operations and run services on the cluster for your applications to use.
1010

1111
[id='platform-operators-{context}']
@@ -28,7 +28,7 @@ In {product-title} v4, all control plane components are run and managed as
2828
applications on the infrastructure to ensure a uniform and consistent management
2929
experience. The control plane services run as static pods so they can
3030
manage normal workloads or processes the same way that they manage disaster
31-
recovery. Aside from the core control plane components, other services run as
31+
recovery. Aside from the core control plane components, other services run as
3232
normal pods on the cluster, managed by regular Kubernetes constructs. Unlike in the past
3333
where the `kubelet` could be running as containerized or non-containerized, the `kubelet`
3434
always runs as a `systemd` process.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[id='architecture']
2-
= Comparing {product-title} v3 and v4
2+
= Comparing {product-title} 3 and 4
33
include::modules/common-attributes.adoc[]
44
:context: comparing_v3_v4
55
toc::[]
66

77
[IMPORTANT]
88
====
9-
This is a placeholder for the high-level information about {product-title} v4 that is
10-
new and different from v3. Final placement in the TOC TBD.
9+
This is a placeholder for the high-level information about {product-title} 4 that is
10+
new and different from {product-title} 3. Final placement in the TOC TBD.
1111
====

0 commit comments

Comments
 (0)