From d5dcd803fc3552f388c78a90e992597c504c681b Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Thu, 22 Sep 2022 09:09:02 +0200 Subject: [PATCH] Update IP details --- docs/hosting/server-setups/google-cloud.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/hosting/server-setups/google-cloud.md b/docs/hosting/server-setups/google-cloud.md index dfa31c331..b8fbb3be7 100644 --- a/docs/hosting/server-setups/google-cloud.md +++ b/docs/hosting/server-setups/google-cloud.md @@ -34,14 +34,11 @@ The remainder of the steps in this guide require you to set the GCP instance as ## Setup DNS -n8n typically operates on a subdomain. Create a DNS record with your provider for the subdomain and point it to a static IP address of the instance. +n8n typically operates on a subdomain. Create a DNS record with your provider for the subdomain and point it to the IP address of the n8n service. Find the IP address of the n8n service from the **Services & Ingress** menu item under the **Endpoints** column. -If the instance doesn't already have a static IP address, you can assign one to it by editing the instance, and changing the network interface from "Ephemeral" to "Static". +!!! note "GKE and IP addresses" - - + [Read this GKE tutorial](https://cloud.google.com/kubernetes-engine/docs/tutorials/configuring-domain-name-static-ip#configuring_your_domain_name_records) for more details on how reserved IP addresses work with GKE and Kubernetes resources. ## Clone configuration repository