Skip to content

Commit 739c8a6

Browse files
authored
Merge pull request #84884 from AedinC/OSDOCS-11926
OSDOCS-11926: Added PSC link to WIF overview.
2 parents a561690 + 2de2d7b commit 739c8a6

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

modules/private-service-connect-prereqs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ In addition to the prerequisites that you need to complete before deploying any
1919
The subnet mask for the PSC service attachment must be /29 or larger and must be dedicated to an individual {product-title} cluster. Additionally, the subnet must be contained within the Machine CIDR range used while provisioning the {product-title} cluster.
2020
====
2121
+
22-
For information on how to create a VPC on {GCP}, see link:https://cloud.google.com/vpc/docs/create-modify-vpc-networks[Create and manage VPC networks] in the Google Cloud documentation.
22+
For information about how to create a VPC on {GCP}, see link:https://cloud.google.com/vpc/docs/create-modify-vpc-networks[Create and manage VPC networks] in the Google Cloud documentation.
2323

2424
* Provide a path from the OpenShift Dedicated cluster to the internet for the domains and ports listed in the _GCP firewall prerequisites_ in the _Additional resources_ section.
2525
2626
* Enabled link:https://console.cloud.google.com/marketplace/product/google/iap.googleapis.com?q=search&referrer=search&hl=en&project=openshift-gce-devel[Cloud Identity-Aware Proxy API] at the {GCP} project level.
2727
2828
In addition to the requirements listed above, clusters configured with the **Service Account authentication type** must grant the `IAP-Secured Tunnel User` role to `osd-ccs-admin` service account.
2929

30-
For more information on the prerequisites that must be completed before deploying an {product-title} on {GCP}, see _Additional resources_.
30+
For more information about the prerequisites that must be completed before deploying an {product-title} on {GCP}, see _Additional resources_.
3131

3232
// [id="prereqs-wif-authentication_{context}"]
3333
// == Requirements when using Workload Identity Federation authentication type

modules/wif-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Operators also need access to cloud resources. By using WIF instead of service a
2525
// * The external application calls Google Security Token Service to exchange the account credentials for a short-lived Google Cloud access token.
2626
// * The token can then be used to impersonate a service account and access Google Cloud resources.
2727

28-
For more information about Workload Identity Federation, refer to the link:https://cloud.google.com/iam/docs/workload-identity-federation[Google Cloud Platform documentation].
28+
For more information about Workload Identity Federation, see the link:https://cloud.google.com/iam/docs/workload-identity-federation[Google Cloud Platform documentation].
2929

3030
[IMPORTANT]
3131
====

osd_install_access_delete_cluster/creating-a-gcp-cluster-with-workload-identity-federation.adoc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,27 @@ include::modules/wif-overview.adoc[leveloffset=+1]
1010

1111
[id="osd-creating-a-cluster-on-gcp-prerequisites1_{context}"]
1212
== Prerequisites
13-
The following prerequisites must be completed prior to xref:../osd_install_access_delete_cluster/creating-a-gcp-cluster-with-workload-identity-federation.adoc#create-wif-cluster-ocm_osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a Workload Identity Federation cluster using OpenShift Cluster Manager] and xref:../osd_install_access_delete_cluster/creating-a-gcp-cluster-with-workload-identity-federation.adoc#create-wif-cluster-cli_osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a Workload Identity Federation cluster using the OCM CLI].
13+
You must complete the following prerequisites before xref:../osd_install_access_delete_cluster/creating-a-gcp-cluster-with-workload-identity-federation.adoc#create-wif-cluster-ocm_osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a Workload Identity Federation cluster using OpenShift Cluster Manager] and xref:../osd_install_access_delete_cluster/creating-a-gcp-cluster-with-workload-identity-federation.adoc#create-wif-cluster-cli_osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a Workload Identity Federation cluster using the OCM CLI].
1414

1515

1616
* You have confirmed your Google Cloud account has the necessary resource quotas and limits to support your desired cluster size according to the cluster resource requirements.
17-
17+
+
1818
[NOTE]
1919
====
2020
For more information regarding resource quotas and limits, see _Additional resources_.
2121
====
2222

23-
* You reviewed the xref:../osd_architecture/osd-understanding.adoc#osd-understanding[introduction to {product-title}] and the documentation on xref:../architecture/index.adoc#architecture-overview[architecture concepts].
24-
* You reviewed the xref:../osd_getting_started/osd-understanding-your-cloud-deployment-options.adoc#osd-understanding-your-cloud-deployment-options[{product-title} cloud deployment options].
23+
* You have reviewed the xref:../osd_architecture/osd-understanding.adoc#osd-understanding[introduction to {product-title}] and the documentation on xref:../architecture/index.adoc#architecture-overview[architecture concepts].
24+
* You have reviewed the xref:../osd_getting_started/osd-understanding-your-cloud-deployment-options.adoc#osd-understanding-your-cloud-deployment-options[{product-title} cloud deployment options].
2525

2626
* You have read and completed the xref:../osd_planning/gcp-ccs.adoc#ccs-gcp-customer-procedure_gcp-ccs[Required customer procedure].
2727

28+
[NOTE]
29+
====
30+
WIF supports the deployment of a private {product-title} on {GCP} cluster with Private Service Connect (PSC). Red Hat recommends using PSC when deploying private clusters.
31+
For more information about the prerequisites for PSC, see xref:../osd_install_access_delete_cluster/creating-a-gcp-psc-enabled-private-cluster.adoc#private-service-connect-prereqs[Prerequisites for Private Service Connect].
32+
====
33+
2834
include::modules/create-wif-cluster-ocm.adoc[leveloffset=+1]
2935
include::modules/create-wif-cluster-cli.adoc[leveloffset=+1]
3036

@@ -33,7 +39,7 @@ include::modules/create-wif-cluster-cli.adoc[leveloffset=+1]
3339
* For information about {product-title} clusters using a Customer Cloud Subscription (CCS) model on {GCP}, see xref:../osd_planning/gcp-ccs.adoc#ccs-gcp-customer-requirements_gcp-ccs[Customer requirements].
3440
* For information about resource quotas, xref:../applications/quotas/quotas-setting-per-project.adoc[Resource quotas per project].
3541
* For information about limits, xref:../osd_planning/gcp-ccs.adoc#gcp-limits_gcp-ccs[GCP account limits].
36-
* For information about required APIs, see xref:../osd_planning/gcp-ccs.adoc#ccs-gcp-customer-procedure_gcp-ccs[Required customer procedure].
42+
* For information about required APIs, see xref:../osd_planning/gcp-ccs.adoc#ccs-gcp-customer-procedure_gcp-ccs[Required customer procedure].
3743
* For information about managing workload identity pools, see link:https://cloud.google.com/iam/docs/manage-workload-identity-pools-providers[Manage workload identity pools and providers].
3844
* For information about managing roles and permissions in your Google Cloud account, see link:https://cloud.google.com/iam/docs/roles-overview[Roles and permissions].
39-
* For a list of the supported maximums, see xref:../osd_planning/osd-limits-scalability.adoc#tested-cluster-maximums-sd_osd-limits-scalability[Cluster maximums].
45+
* For a list of the supported maximums, see xref:../osd_planning/osd-limits-scalability.adoc#tested-cluster-maximums-sd_osd-limits-scalability[Cluster maximums].

osd_whats_new/osd-whats-new.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ With its foundation in Kubernetes, {product-title} is a complete {OCP} cluster p
2121
* **Workload Identity Federation (WIF) authentication type is now available.** {product-title} on Google Cloud Platform (GCP) customers can now use WIF as an authentication type when creating a cluster. WIF is a GCP Identity and Access Management (IAM) feature that provides third parties a secure method to access resources on a customer's cloud account.
2222
WIF is Google Cloud's preferred method for credential authentication.
2323
+
24-
For more information see
24+
For more information, see
2525
xref:../osd_install_access_delete_cluster/creating-a-gcp-cluster-with-workload-identity-federation.adoc[Creating a cluster on GCP with Workload Identity Federation].
2626

2727
* **Private Service Connect (PSC) networking feature is now available.** You can now create a private {product-title} cluster on Google Cloud Platform (GCP) using Google Cloud's security-enhanced networking feature Private Service Connect (PSC).
2828
+
2929
PSC is a capability of Google Cloud networking that enables private communication between services across different GCP projects or organizations. Implementing PSC as part of your network connectivity allows you to deploy OpenShift Dedicated clusters in a private and secured environment within GCP without using any public-facing cloud resources.
3030
+
31-
For more information see xref:../osd_install_access_delete_cluster/creating-a-gcp-psc-enabled-private-cluster.adoc[Creating a GCP Private Service Connect enabled private cluster].
31+
For more information, see xref:../osd_install_access_delete_cluster/creating-a-gcp-psc-enabled-private-cluster.adoc[Creating a GCP Private Service Connect enabled private cluster].
3232

3333
[id="osd-q3-2024_{context}"]
3434
=== Q3 2024

0 commit comments

Comments
 (0)