Skip to content

Commit 854f778

Browse files
authored
Merge pull request #57149 from openshift-cherrypick-robot/cherry-pick-54587-to-main
[main] OSDOCS-4078: Welcome page updates
2 parents 3359bb6 + c231bbd commit 854f778

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

welcome/index.adoc

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can also deploy a cluster on AWS infrastructure that you provisioned yoursel
102102
- **xref:../installing/installing_gcp/installing-gcp-account.adoc#installing-gcp-account[Install a cluster on GCP]**: You can deploy clusters with xref:../installing/installing_gcp/installing-gcp-default.adoc#installing-gcp-default[default settings] or xref:../installing/installing_gcp/installing-gcp-customizations.adoc#installing-gcp-customizations[custom GCP settings] on Google Cloud Platform (GCP). You can also perform a GCP installation where you provision your own infrastructure.
103103
104104
ifndef::openshift-origin[]
105-
- **xref:../installing/installing_ibm_cloud_public/preparing-to-install-on-ibm-cloud.adoc#preparing-to-install-on-ibm-cloud[Install a cluster on IBM Cloud]**: You can install {product-title} on IBM Cloud on installer-provisioned infrastructure.
105+
- **xref:../installing/installing_ibm_cloud_public/preparing-to-install-on-ibm-cloud.adoc#preparing-to-install-on-ibm-cloud[Install a cluster on IBM Cloud VPC]**: You can install {product-title} on IBM Cloud VPC on installer-provisioned infrastructure.
106106

107107
- **xref:../installing/installing_ibm_power/installing-ibm-power.adoc#installing-ibm-power[Install a cluster on {ibmpowerProductName}]**: You can install {product-title} on {ibmpowerProductName} on user-provisioned infrastructure.
108108
endif::openshift-origin[]
@@ -173,8 +173,9 @@ on Azure, you can install a cluster.
173173
- **Install a private cluster**: If your cluster does not require external
174174
internet access, you can install a private cluster on
175175
xref:../installing/installing_aws/installing-aws-private.adoc#installing-aws-private[AWS],
176-
xref:../installing/installing_azure/installing-azure-private.adoc#installing-aws-private[Azure], or
177-
xref:../installing/installing_gcp/installing-gcp-private.adoc#installing-gcp-private[GCP].
176+
xref:../installing/installing_azure/installing-azure-private.adoc#installing-aws-private[Azure],
177+
xref:../installing/installing_gcp/installing-gcp-private.adoc#installing-gcp-private[GCP], or
178+
xref:../installing/installing_ibm_cloud_public/preparing-to-install-on-ibm-cloud.adoc#preparing-to-install-on-ibm-cloud[IBM Cloud VPC]
178179
Internet access is still required to access the cloud APIs and installation media.
179180
180181
- **xref:../installing/installing-troubleshooting.adoc#installing-troubleshooting[Check installation logs]**: Access installation logs to evaluate issues that occur during {product-title} installation.
@@ -185,6 +186,8 @@ Internet access is still required to access the cloud APIs and installation medi
185186
186187
- **xref:../installing/installing_nutanix/preparing-to-install-on-nutanix.adoc#preparing-to-install-nutanix[Install a cluster on Nutanix]**: You can install a cluster on your Nutanix instance that uses installer-provisioned infrastructure. This type of installation lets you use the installation program to deploy a cluster on infrastructure that the installation program provisions and the cluster maintains.
187188
189+
- **xref:../post_installation_configuration/coreos-layering.adoc#coreos-layering[Red Hat Enterprise Linux CoreOS (RHCOS) image layering]** allows you to add new images on top of the base RHCOS image. This layering does not modify the base RHCOS image. Instead, it creates a custom layered image that includes all RHCOS functionality and adds additional functionality to specific nodes in the cluster.
190+
188191
endif::[]
189192

190193
ifndef::openshift-rosa,openshift-dedicated,openshift-dpu,microshift[]
@@ -197,11 +200,10 @@ Develop and deploy containerized applications with {product-title}. {product-tit
197200
198201
- **xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[Work with applications]**:
199202
200-
Use xref:../web_console/web-console-overview.adoc#about-developer-perspective_web-console-overview[the *Developer* perspective] in the {product-title} web console to
203+
- **Use the xref:../web_console/web-console-overview.adoc#about-developer-perspective_web-console-overview[*Developer perspective*]** in the {product-title} web console to
201204
xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[create and deploy applications].
202205
203-
Use the
204-
xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[*Topology* view]
206+
- **Use the xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[*Topology*] view**
205207
to see your applications, monitor status, connect and group components, and modify your code base.
206208
207209
- **xref:../applications/connecting_applications_to_services/understanding-service-binding-operator.adoc#understanding-service-binding-operator[Connect your workloads to backing services]**: The Service Binding Operator enables application developers to easily bind workloads with Operator-managed backing services by automatically collecting and sharing binding data with the workloads. The Service Binding Operator improves the development lifecycle with a consistent and declarative service binding method that prevents discrepancies in cluster environments.
@@ -239,7 +241,7 @@ endif::[]
239241
240242
ifdef::openshift-dedicated[]
241243
== Developer activities
242-
Ultimately, {product-title} is a platform for developing and deploying containerized applications. As an application developer, {product-title} and OpenShift Container Platform documentation helps you:
244+
Ultimately, {product-title} is a platform for developing and deploying containerized applications. As an application developer, this documentation helps you:
243245

244246
- *Understand {product-title} development*: Learn the different types of containerized applications, from simple containers to advanced Kubernetes deployments and Operators.
245247
@@ -267,11 +269,13 @@ endif::[]
267269
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
268270
== Cluster administrator activities
269271

270-
Manage machines, provide services to users, and follow monitoring and logging reports. This documentation helps you:
272+
As a cluster administrator for {product-title}, this documentation helps you:
271273

272274
- **xref:../architecture/architecture.adoc#architecture-overview-architecture[Understand {product-title} management]**: Learn about components
273275
of the {product-title} {product-version} control plane. See how {product-title} control plane and worker nodes are managed and updated through the xref:../machine_management/creating_machinesets/creating-machineset-aws.adoc#machine-api-overview_creating-machineset-aws[Machine API] and xref:../architecture/control-plane.adoc#operators-overview_control-plane[Operators].
274276
277+
- **Enable cluster capabilities that were disabled prior to installation** Cluster administrators can enable cluster capabilities that were disabled prior to installation. For more information, see xref:../post_installation_configuration/enabling-cluster-capabilities.adoc#enabling-cluster-capabilities[Enabling cluster capabilities].
278+
275279
=== Manage cluster components
276280

277281
- **Manage machines**: Manage machines in your cluster on

0 commit comments

Comments
 (0)