From 573eec55848e88b517747e815e54526d7041a6ce Mon Sep 17 00:00:00 2001 From: Dylan Griffith Date: Mon, 19 Mar 2018 10:35:01 +1100 Subject: [PATCH] Add documentation for displayed K8s Ingress IP address (#44330) --- changelogs/unreleased/44330-docs-for-ingress-ip.yml | 5 +++++ doc/user/project/clusters/index.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 changelogs/unreleased/44330-docs-for-ingress-ip.yml diff --git a/changelogs/unreleased/44330-docs-for-ingress-ip.yml b/changelogs/unreleased/44330-docs-for-ingress-ip.yml new file mode 100644 index 00000000000..3dfaea6e17e --- /dev/null +++ b/changelogs/unreleased/44330-docs-for-ingress-ip.yml @@ -0,0 +1,5 @@ +--- +title: Add documentation for displayed K8s Ingress IP address (#44330) +merge_request: 17836 +author: +type: other diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 661697aaeb7..8da4fd8a1f5 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -167,6 +167,19 @@ external IP address with the following procedure. It can be deployed using the In order to publish your web application, you first need to find the external IP address associated to your load balancer. +### GitLab can automatically determine the IP address for you + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17052) in GitLab 10.6. + +If you installed the Ingress [via the +**Applications**](#installing-applications) you should see the Ingress IP address on +this same page within a few minutes. There may be some +instances in which GitLab cannot determine the IP address of your ingress +application in which case you can read on for other ways of manually +determining the IP address. + +### Manually determining the IP address + If the cluster is on GKE, click on the **Google Kubernetes Engine** link in the **Advanced settings**, or go directly to the [Google Kubernetes Engine dashboard](https://console.cloud.google.com/kubernetes/)