summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-06-05 03:29:19 +0000
committerJoshua Lambert <joshua@gitlab.com>2017-06-05 03:29:19 +0000
commite341c4d5f528c04f5ef4cb5df10a5ca7b54d8f9e (patch)
tree1958864879712e894335cfe9942b888d08cf3517
parent64a22c562814703419a818941d85e2309312ba0c (diff)
downloadgitlab-ce-add-note-on-body-size.tar.gz
Update gitlab_chart.mdadd-note-on-body-size
-rw-r--r--doc/install/kubernetes/gitlab_chart.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md
index b4ffd57afbb..d2442a4fbde 100644
--- a/doc/install/kubernetes/gitlab_chart.md
+++ b/doc/install/kubernetes/gitlab_chart.md
@@ -207,7 +207,9 @@ its class in an annotation.
>**Note:**
The Ingress alone doesn't expose GitLab externally. You need to have a Ingress controller setup to do that.
Setting up an Ingress controller can be done by installing the `nginx-ingress` helm chart. But be sure
-to read the [documentation](https://github.com/kubernetes/charts/blob/master/stable/nginx-ingress/README.md)
+to read the [documentation](https://github.com/kubernetes/charts/blob/master/stable/nginx-ingress/README.md).
+>**Note:**
+If you would like to use the Registry, you will also need to ensure your Ingress supports a [sufficiently large request size](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size).
#### Preserving Source IPs