Skip to content

Commit 755c744

Browse files
authored
Merge pull request #35047 from kalexand-rh/OCP
fixing OCP and OpenShift Container Platform references
2 parents f72c003 + 2b8dd7a commit 755c744

File tree

94 files changed

+182
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+182
-187
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc::[]
1111

1212
* Ensure that the clusters have similar states for configuration, monitoring, and storage
1313
* Recover or recreate clusters from a known state
14-
* Apply or revert configuration changes to multiple OpenShift Container Platform clusters
14+
* Apply or revert configuration changes to multiple {product-title} clusters
1515
* Associate templated configuration with different environments
1616
* Promote applications across clusters, from staging to production
1717

cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/sample-applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::modules/common-attributes.adoc[]
66

77
toc::[]
88

9-
`{odo-title}` offers partial compatibility with any language or runtime listed within the OpenShift catalog of component types. For example:
9+
`{odo-title}` offers partial compatibility with any language or runtime listed within the {product-title} catalog of component types. For example:
1010

1111
[source,terminal]
1212
----

installing/installing_vsphere/preparing-to-install-on-vsphere.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ xref:../../installing/install_config/configuring-firewall.adoc#configuring-firew
2020
[id="choosing-a-method-to-install-ocp-on-vsphere"]
2121
== Choosing a method to install {product-title} on vSphere
2222

23-
You can install {product-title} on vSphere by using installer-provisioned or user-provisioned infrastructure. The default installation type uses installer-provisioned infrastructure, where the installation program provisions the underlying infrastructure for the cluster. You can also install OpenShift Container Platform on infrastructure that you provide. If you do not use infrastructure that the installation program provisions, you must manage and maintain the cluster resources yourself.
23+
You can install {product-title} on vSphere by using installer-provisioned or user-provisioned infrastructure. The default installation type uses installer-provisioned infrastructure, where the installation program provisions the underlying infrastructure for the cluster. You can also install {product-title} on infrastructure that you provide. If you do not use infrastructure that the installation program provisions, you must manage and maintain the cluster resources yourself.
2424

2525
See the xref:../../architecture/architecture-installation.html#installation-process_architecture-installation[Installation process] for more information about installer-provisioned and user-provisioned installation processes.
2626

@@ -38,7 +38,7 @@ Installer-provisioned infrastructure allows the installation program to pre-conf
3838

3939
* **xref:../../installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc#installing-vsphere-installer-provisioned-customizations[Installing a cluster on vSphere with customizations]**: You can install {product-title} on vSphere by using installer-provisioned infrastructure installation with the default customization options.
4040

41-
* **xref:../../installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc#installing-vsphere-installer-provisioned-network-customizations[Installing a cluster on vSphere with network customizations]**: You can install {product-title} on installer-provisioned vSphere infrastructure, with network customizations. You can customize your OpenShift Container Platform network configuration during installation, so that your cluster can coexist with your existing IP address allocations and adhere to your network requirements.
41+
* **xref:../../installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc#installing-vsphere-installer-provisioned-network-customizations[Installing a cluster on vSphere with network customizations]**: You can install {product-title} on installer-provisioned vSphere infrastructure, with network customizations. You can customize your {product-title} network configuration during installation, so that your cluster can coexist with your existing IP address allocations and adhere to your network requirements.
4242

4343
* **xref:../../installing/installing_vsphere/installing-restricted-networks-installer-provisioned-vsphere.adoc#installing-restricted-networks-installer-provisioned-vsphere[Installing a cluster on vSphere in a restricted network]**: You can install a cluster on VMware vSphere infrastructure in a restricted network by creating an internal mirror of the installation release content.
4444
You can use this method to deploy {product-title} on an internal network that is not visible to the Internet.

jaeger/jaeger_install/rhbjaeger-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you can install {ProductName}, review the installation activities, and en
2525
** xref:../../installing/installing_aws/installing-aws-user-infra.adoc#installing-aws-user-infra[Install {product-title} {product-version} on user-provisioned AWS]
2626
** xref:../../installing/installing_bare_metal/installing-bare-metal.adoc#installing-bare-metal[Install {product-title} {product-version} on bare metal]
2727
** xref:../../installing/installing_vsphere/installing-vsphere.adoc#installing-vsphere[Install {product-title} {product-version} on vSphere]
28-
* Install the version of the {product-title} command line utility (the `oc` client tool) that matches your {product-title} version and add it to your path.
28+
* Install the version of the OpenShift CLI (`oc`) that matches your {product-title} version and add it to your path.
2929

3030
* An account with the `cluster-admin` role.
3131

modules/about-gitops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="about-gitops_{context}"]
66
= About GitOps
77

8-
GitOps is a declarative way to implement continuous deployment for cloud native applications. You can use GitOps to create repeatable processes for managing OpenShift Container Platform clusters and applications across multi-cluster Kubernetes environments. GitOps handles and automates complex deployments at a fast pace, saving time during deployment and release cycles.
8+
GitOps is a declarative way to implement continuous deployment for cloud native applications. You can use GitOps to create repeatable processes for managing {product-title} clusters and applications across multi-cluster Kubernetes environments. GitOps handles and automates complex deployments at a fast pace, saving time during deployment and release cycles.
99

1010
The GitOps workflow pushes an application through development, testing, staging, and production. GitOps either deploys a new application or updates an existing one, so you only need to update the repository; GitOps automates everything else.
1111

modules/about-redhat-openshift-gitops.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ These repositories contain a declarative description of the infrastructure you n
1414

1515
{gitops-title} uses Argo CD to maintain cluster resources. Argo CD is an open-source declarative tool for the continuous integration and continuous deployment (CI/CD) of applications. {gitops-title} implements Argo CD as a controller so that it continuously monitors application definitions and configurations defined in a Git repository. Then, Argo CD compares the specified state of these configurations with their live state on the cluster.
1616

17-
Argo CD reports any configurations that deviate from their specified state. These reports allow administrators to automatically or manually resync configurations to the defined state. Therefore, Argo CD enables you to deliver global custom resources, like the resources that are used to configure OpenShift Container Platform clusters.
17+
Argo CD reports any configurations that deviate from their specified state. These reports allow administrators to automatically or manually resync configurations to the defined state. Therefore, Argo CD enables you to deliver global custom resources, like the resources that are used to configure {product-title} clusters.
1818

1919
[id="key-features_{context}"]
2020
== Key features
2121

2222
{gitops-title} helps you automate the following tasks:
2323

2424
* Ensure that the clusters have similar states for configuration, monitoring, and storage
25-
* Recover or recreate clusters from a known state
26-
* Apply or revert configuration changes to multiple OpenShift Container Platform clusters
25+
* Apply or revert configuration changes to multiple {product-title} clusters
2726
* Associate templated configuration with different environments
2827
* Promote applications across clusters, from staging to production

modules/architecture-machine-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The OpenShift API server is managed by the OpenShift API Server Operator.
7373

7474
The OpenShift controller manager is managed by the OpenShift Controller Manager Operator.
7575
|OpenShift OAuth API server
76-
|The OpenShift OAuth API server validates and configures the data to authenticate to OpenShift Container Platform, such as users, groups, and OAuth tokens.
76+
|The OpenShift OAuth API server validates and configures the data to authenticate to {product-title}, such as users, groups, and OAuth tokens.
7777

7878
The OpenShift OAuth API server is managed by the Cluster Authentication Operator.
7979
|OpenShift OAuth server

modules/auth-allowing-javascript-access-api-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="auth-allowing-javascript-access-api-server_{context}"]
66
= Allowing JavaScript-based access to the API server from additional hosts
77

8-
The default {product-title} configuration only allows the OpenShift web console to send requests to the API server.
8+
The default {product-title} configuration only allows the web console to send requests to the API server.
99

1010
If you need to access the API server or OAuth server from a JavaScript
1111
application using a different host name, you can configure additional host names

modules/cluster-logging-release-notes-5.0.0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ In the table below, features are marked with the following statuses:
8080
* *-*: _Not Available_
8181

8282
.Technology Preview tracker
83-
[cols="4,1,1,1",options="header"]
83+
[cols="1,1,1,1",options="header"]
8484
|====
85-
|Feature |OCP 4.5 |OCP 4.6 |Logging 5.0
85+
|Feature |{product-title} 4.5 |{product-title} 4.6 |Logging 5.0
8686

8787
|Log forwarding
8888
|TP

modules/cluster-logging-release-notes-5.1.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Deprecated functionality is still included in OpenShift Logging and continues to
3838
[id="openshift-logging-5-1-0-elasticsearch-curator"]
3939
=== Elasticsearch Curator has been removed
4040

41-
With this update, the Elasticsearch Curator has been removed and is no longer supported. Elasticsearch Curator helped you curate or manage your indices on OpenShift Container Platform 4.4 and earlier. Instead of using Elasticsearch Curator, configure the log retention time.
41+
With this update, the Elasticsearch Curator has been removed and is no longer supported. Elasticsearch Curator helped you curate or manage your indices on {product-title} 4.4 and earlier. Instead of using Elasticsearch Curator, configure the log retention time.
4242

4343
[id="openshift-logging-5-1-0-bug-fixes"]
4444
== Bug fixes

0 commit comments

Comments
 (0)