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: installing/installing_gcp/installing-gcp-user-infra-vpc.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,11 @@ The cluster requires several firewall rules. If you do not use a shared VPC, the
126
126
127
127
If you choose to create each rule based on events, you must create firewall rules after you provision the cluster and during the life of the cluster when the console notifies you that rules are missing. Events that are similar to the following event are displayed, and you must add the firewall rules that are required:
128
128
129
+
[source,terminal]
130
+
----
131
+
$ oc get events -n openshift-ingress --field-selector="reason=LoadBalancerManualChange"
Copy file name to clipboardExpand all lines: modules/installation-gcp-user-infra-adding-ingress.adoc
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,13 @@ ifdef::shared-vpc[]
16
16
= Adding the ingress DNS records
17
17
endif::shared-vpc[]
18
18
19
-
If you removed the DNS Zone configuration when creating Kubernetes manifests and
20
-
generating Ignition configs, you must manually create DNS records that point at
21
-
the ingress load balancer. You can create either a wildcard
22
-
`*.apps.{baseDomain}.` or specific records. You can use A, CNAME, and other
23
-
records per your requirements.
19
+
ifndef::shared-vpc[]
20
+
If you removed the DNS zone configuration when creating Kubernetes manifests and generating Ignition configs, you must manually create DNS records that point at the ingress load balancer. You can create either a wildcard `*.apps.{baseDomain}.` or specific records. You can use A, CNAME, and other records per your requirements.
21
+
endif::[]
22
+
ifdef::shared-vpc[]
23
+
DNS zone configuration is removed when creating Kubernetes manifests and generating Ignition configs. You must manually create DNS records that point at the ingress load balancer. You can create either a wildcard
24
+
`*.apps.{baseDomain}.` or specific records. You can use A, CNAME, and other records per your requirements.
Copy file name to clipboardExpand all lines: modules/installation-gcp-user-infra-shared-vpc-config-yaml.adoc
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,17 +54,17 @@ endif::openshift-origin[]
54
54
- 172.30.0.0/16
55
55
platform:
56
56
gcp:
57
-
projectID: openshift-production
58
-
region: us-central1 <5>
57
+
projectID: openshift-production <5>
58
+
region: us-central1 <6>
59
59
pullSecret: '{"auths": ...}'
60
60
ifndef::openshift-origin[]
61
-
fips: false <6>
62
-
sshKey: ssh-ed25519 AAAA... <7>
63
-
publish: Internal <8>
61
+
fips: false <7>
62
+
sshKey: ssh-ed25519 AAAA... <8>
63
+
publish: Internal <9>
64
64
endif::openshift-origin[]
65
65
ifdef::openshift-origin[]
66
-
sshKey: ssh-ed25519 AAAA... <6>
67
-
publish: Internal <7>
66
+
sshKey: ssh-ed25519 AAAA... <7>
67
+
publish: Internal <8>
68
68
endif::openshift-origin[]
69
69
----
70
70
<1> Specify the public DNS on the host project.
@@ -76,24 +76,25 @@ endif::openshift-origin[]
76
76
====
77
77
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
78
78
====
79
-
<5> Specify the region that your VPC network is in.
79
+
<5> Specify the main project where the VM instances reside.
80
+
<6> Specify the region that your VPC network is in.
80
81
ifndef::openshift-origin[]
81
-
<6> Whether to enable or disable FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead.
82
-
<7> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
82
+
<7> Whether to enable or disable FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead.
83
+
<8> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
83
84
endif::openshift-origin[]
84
85
ifdef::openshift-origin[]
85
-
<6> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
86
+
<7> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
86
87
endif::openshift-origin[]
87
88
+
88
89
[NOTE]
89
90
====
90
91
For production {product-title} clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your `ssh-agent` process uses.
91
92
====
92
93
ifndef::openshift-origin[]
93
-
<8> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster, which cannot be accessed from the Internet. The default value is `External`.
94
+
<9> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster, which cannot be accessed from the Internet. The default value is `External`.
94
95
To use a shared VPC in a cluster that uses infrastructure that you provision, you must set `publish` to `Internal`. The installation program will no longer be able to access the public DNS zone for the base domain in the host project.
95
96
endif::openshift-origin[]
96
97
ifdef::openshift-origin[]
97
-
<7> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster, which cannot be accessed from the Internet. The default value is `External`.
98
+
<8> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster, which cannot be accessed from the Internet. The default value is `External`.
98
99
To use a shared VPC in a cluster that uses infrastructure that you provision, you must set `publish` to `Internal`. The installation program will no longer be able to access the public DNS zone for the base domain in the host project.
0 commit comments