summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-02-02 01:42:24 +0000
committerFabio Busatto <fabio@gitlab.com>2018-02-02 01:42:24 +0000
commit5b6265701c578b2fbf8423567582ac7665a5e34b (patch)
treefe37ae4126e9c04fa71f6342ddc3e9cf99b656f9
parentf1d7ca0ff24d08fd955422b1501147b03258f8f1 (diff)
downloadgitlab-ce-5b6265701c578b2fbf8423567582ac7665a5e34b.tar.gz
Update quick_start_guide.md
-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>`.