Skip to content

Commit 5d261a8

Browse files
committed
shared VPC GPC
1 parent e1f5eb4 commit 5d261a8

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

logging/logging_alerts/custom-logging-alerts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Application, audit, and infrastructure alerts are sent by default to the {produc
2424
include::modules/configuring-logging-loki-ruler.adoc[leveloffset=+1]
2525
include::modules/loki-rbac-permissions.adoc[leveloffset=+1]
2626

27-
ifdef::openshift-enterprise[]
27+
ifndef::openshift-rosa,openshift-dedicated[]
2828
[role="_additional-resources"]
2929
.Additional resources
3030
* xref:../../authentication/using-rbac.adoc#using-rbac[Using RBAC to define and apply permissions]
31-
endif::[]
31+
endif::openshift-rosa,openshift-dedicated[]
3232
3333
include::modules/logging-enabling-loki-alerts.adoc[leveloffset=+1]
3434

modules/osd-create-cluster-ccs.adoc

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The project name must be 10 characters or less.
6565
** IAM Security Admin
6666
** Service Account Admin
6767
** Service Account Key Admin
68-
** Service Account User
68+
** Service Account User
6969
** Organization Policy Viewer
7070
** Service Management Administrator
7171
** Service Usage Admin
@@ -204,14 +204,35 @@ The *Use a PrivateLink* option cannot be changed after a cluster is created.
204204
+
205205
.. If you are installing into an existing VPC and you want to enable an HTTP or HTTPS proxy for your cluster, select *Configure a cluster-wide proxy*.
206206
endif::osd-on-aws[]
207+
207208
ifdef::osd-on-gcp[]
208209
. Optional: To install the cluster in an existing GCP Virtual Private Cloud (VPC):
209210
.. Select *Install into an existing VPC*.
210211
.. If you are installing into an existing VPC and you want to enable an HTTP or HTTPS proxy for your cluster, select *Configure a cluster-wide proxy*.
211212
endif::osd-on-gcp[]
212-
213+
+
213214
. Click *Next*.
214215

216+
ifdef::osd-on-gcp[]
217+
. Optional: To install the cluster into a GCP shared VPC:
218+
+
219+
[IMPORTANT]
220+
====
221+
222+
To install a cluster into a shared VPC, you must use {product-title} version 4.13.15 or above. Additionally, the shared VPC administrator must enable a project as a host project in their Google Cloud console. For more information, see link:https://cloud.google.com/vpc/docs/provisioning-shared-vpc#set-up-shared-vpc[Enable a host project].
223+
====
224+
225+
.. Select *Install into GCP shared VPC*.
226+
.. Specify the **Host project ID**. If the specified host project ID is incorrect, cluster creation will fail.
227+
+
228+
229+
[IMPORTANT]
230+
====
231+
Once you complete the steps within the cluster configuration wizard and click **Create Cluster**, the cluster will go into the "Installation Pending" state. At this point, you must contact the VPC administrator of the host project, who must grant the dynamically-generated service account the following permissions: **Computer Network Administrator**, **Compute Security Administrator**, and **DNS Administrator**. The administrator has 30 days to grant the listed permissions before the cluster creation fails.
232+
For information about shared GPC VPC permissions, see link:https://cloud.google.com/vpc/docs/provisioning-shared-vpc#migs-service-accounts[Provision shared VPC].
233+
====
234+
endif::osd-on-gcp[]
235+
+
215236
. If you opted to install the cluster in an existing
216237
ifdef::osd-on-aws[]
217238
AWS

0 commit comments

Comments
 (0)