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: extras/cloudsql-multicluster/README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ kubectx cluster2
151
151
kubectl delete svc frontend -n ${NAMESPACE}
152
152
```
153
153
154
-
13.**Run the Multi-cluster Ingress setup script.** This registers both GKE clusters to Anthos with "memberships," and sets cluster 1 as the "config cluster" to administer the Multi-cluster Ingress resources.
154
+
13.**Run the Multi-cluster Ingress setup script.** This registers both GKE clusters to Anthos with ***"memberships"*** and sets cluster 1 as the ***"config cluster"*** to administer the Multi-cluster Ingress resources.
15.**Verify that the multicluster ingress resource was created.** Look for the `Status` field to be populated with two Network Endpoint Groups (NEGs) corresponding to the regions where your 2 GKE clusters are running. This may take a few minutes.
169
+
15.**Verify that the multicluster ingress resource was created.** Look for the `Status` field to be populated with two Network Endpoint Groups (NEGs) corresponding to the regions where your 2 GKE clusters are running.
170
+
171
+
> **Note:** It may take up to 90 seconds before a `VIP` is assigned to the
16.**Copy the `VIP` field** to the clipboard and set as an env variable:
191
193
192
194
```
193
195
export VIP=<your-VIP>
194
196
```
195
197
196
-
17.**Test the geo-aware routing** by curling the `/whereami` frontend endpoint using the global VIP you copied. You could also create a Google Compute Engine instance in a specific region to test further. **Note that you may see a `404` or `502` error** for several minutes while the forwarding rules propagate.
198
+
17.**Test the geo-aware routing** by curling the `/whereami` frontend endpoint using the global VIP you copied. You could also create a Google Compute Engine instance in a specific region to test further.
199
+
200
+
> **Note:** You may see `404` or `502` errors for several minutes while the
201
+
> forwarding rules propagate. It can take up to 3 minutes and 30 seconds for the
0 commit comments