Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-02-07 17:35:54 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-02-07 17:35:54 +0300
commit0dcac694e2b32f1b028546d778bf685b99d44c74 (patch)
treeb5c25e2b1102f26c3b186942837881d546d59ad2 /doc/topics
parentead97c55eac773444dee547a934112aa282c2e2e (diff)
Add how to get the external ip of a cluster
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/quick_start_guide.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/topics/autodevops/quick_start_guide.md b/doc/topics/autodevops/quick_start_guide.md
index 4858735ee86..15567715c98 100644
--- a/doc/topics/autodevops/quick_start_guide.md
+++ b/doc/topics/autodevops/quick_start_guide.md
@@ -102,6 +102,11 @@ running:
kubectl get svc ruby-app-nginx-ingress-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}'
```
+NOTE: **Note:**
+If your ingress controller has been installed in a different way, you can find
+how to get the external IP address in the
+[Cluster documentation](../../user/project/clusters/index.md#getting-the-external-ip-address).
+
Use this IP address to configure your DNS. This part heavily depends on your
preferences and domain provider. But in case you are not sure, just create an
A record with a wildcard host like `*.<your-domain>`.