You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-initializing-manual.adoc
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,19 @@ You must create a directory. Some installation assets, such as bootstrap X.509 c
129
129
130
130
ifdef::gcp-private[]
131
131
. Edit the `install-config.yaml` file to set the `publish: Internal` parameter.
132
+
. Edit the `install-config.yaml` file to set the parameters necessary for installation into an existing VPC.
133
+
.. Define the network and subnets for the VPC to install the cluster in under the parent `platform.gcp` field:
134
+
+
135
+
[source,yaml]
136
+
----
137
+
platform:
138
+
gcp:
139
+
network: <existing_vpc>
140
+
controlPlaneSubnet: <control_plane_subnet>
141
+
computeSubnet: <compute_subnet>
142
+
----
143
+
+
144
+
For `platform.gcp.network`, specify the name for the existing Google VPC. For `platform.gcp.controlPlaneSubnet` and `platform.gcp.computeSubnet`, specify the existing subnets to deploy the control plane machines and compute machines, respectively.
132
145
endif::gcp-private[]
133
146
ifdef::gcp-shared[]
134
147
. Edit the `install-config.yaml` file to set the parameters necessary for installation into a shared VPC.
. Modify the `install-config.yaml` file. You can find more information about the available parameters in the "Installation configuration parameters" section.
461
463
endif::restricted,nutanix,aws-outposts[]
464
+
ifdef::gcp-vpc[]
465
+
.. Define the network and subnets for the VPC to install the cluster in under the parent `platform.gcp` field:
466
+
+
467
+
[source,yaml]
468
+
----
469
+
platform:
470
+
gcp:
471
+
network: <existing_vpc>
472
+
controlPlaneSubnet: <control_plane_subnet>
473
+
computeSubnet: <compute_subnet>
474
+
----
475
+
+
476
+
For `platform.gcp.network`, specify the name for the existing Google VPC. For `platform.gcp.controlPlaneSubnet` and `platform.gcp.computeSubnet`, specify the existing subnets to deploy the control plane machines and compute machines, respectively.
477
+
endif::gcp-vpc[]
462
478
ifdef::three-node-cluster[]
463
479
+
464
480
[NOTE]
@@ -581,7 +597,7 @@ where:
581
597
`<control_plane_subnet>`:: Replace `<control_plane_subnet>` with the existing subnet name to deploy the control plane machines.
582
598
`<compute_subnet>:: Replace `<compute_subnet>` with the existing subnet name to deploy compute machines.
583
599
endif::azure+restricted[]
584
-
ifdef::gcp+restricted[]
600
+
ifdef::gcp-restricted[]
585
601
+
586
602
.. Define the network and subnets for the VPC to install the cluster in under the parent `platform.gcp` field:
587
603
+
@@ -595,7 +611,7 @@ platform:
595
611
----
596
612
+
597
613
For `platform.gcp.network`, specify the name for the existing Google VPC. For `platform.gcp.controlPlaneSubnet` and `platform.gcp.computeSubnet`, specify the existing subnets to deploy the control plane machines and compute machines, respectively.
598
-
endif::gcp+restricted[]
614
+
endif::gcp-restricted[]
599
615
ifdef::ibm-power-vs+restricted[]
600
616
+
601
617
.. Define the network for the VPC to install the cluster in under the parent `platform.powervs` field:
Copy file name to clipboardExpand all lines: modules/private-clusters-about-gcp.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
= Private clusters in {gcp-short}
8
8
9
9
[role="_abstract"]
10
-
To create a private cluster on {gcp-first}, you must provide an existing private VPC and subnets to host the cluster, and you must specify `publish: Internal` in your `install-config.yaml` file. The installation program must also be able to resolve the DNS records that the cluster requires. The installation program configures the Ingress Operator and API server for only internal traffic.
10
+
To create a private cluster on {gcp-first}, you must provide an existing VPC network and subnets to host the cluster, and you must specify `publish: Internal` in your `install-config.yaml` file. The installation program must also be able to resolve the DNS records that the cluster requires. The installation program configures the Ingress Operator and API server for only internal traffic.
11
11
12
12
The cluster still requires access to internet to access the {gcp-short} APIs.
0 commit comments