summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-08-29 14:41:42 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-08-29 14:41:42 -0400
commita4b18dc6fe58b117335ad4410d568db8056b0775 (patch)
tree789d9b53e869565462e90f935c7ba0c72f89c20a
parent6036ecf74361f71fec837cb1e77f16d44b232d02 (diff)
downloadgitlab-ce-a4b18dc6fe58b117335ad4410d568db8056b0775.tar.gz
Add recommendation for external IP
-rw-r--r--doc/install/kubernetes/gitlab_omnibus.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md
index 7656f7353d5..c0aacacc3d3 100644
--- a/doc/install/kubernetes/gitlab_omnibus.md
+++ b/doc/install/kubernetes/gitlab_omnibus.md
@@ -52,6 +52,8 @@ If you do not specify a `baseIP`, an ephemeral IP will be assigned to the Load B
The IP address will be displayed in the `EXTERNAL-IP` field, and should be used to configure the Wildcard DNS entry. For more information on creating a wildcard DNS entry, consult the documentation for the DNS server you are using.
+For production deployments of GitLab, we strongly recommend using an [External IP](#external-ip).
+
#### External IP
To provision an external IP on GCP and Azure, simply request a new address from the Networking section. Ensure that the region matches the region your container cluster is created in. Note, it is important that the IP is not assigned at this point in time. It will be automatically assigned once the Helm chart is installed, and assigned to the Load Balancer.