summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-06 08:49:51 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-06 08:49:51 +0000
commit1d847b48c66652983765d53ddfdcf19fc30cc920 (patch)
tree18cdebf8cfba79a519a9e916a0880a71ffb6e379
parenta5b595613580efdf33973407fc7301ca68f7f170 (diff)
parente341c4d5f528c04f5ef4cb5df10a5ca7b54d8f9e (diff)
downloadgitlab-ce-1d847b48c66652983765d53ddfdcf19fc30cc920.tar.gz
Merge branch 'add-note-on-body-size' into 'master'
Add note on customizing body size to support Registry See merge request !11904
-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