diff options
author | DJ Mountney <dj@gitlab.com> | 2017-05-09 17:33:09 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-09 17:33:09 +0000 |
commit | 084e2936b8a4bac6135ad041a7886bf6cb9e2484 (patch) | |
tree | f6f1c69dbf770d2470dd879ca9fd4cd7bdda3218 /doc/install/README.md | |
parent | ca1e3823ca2fdd60cc14e82d67733e604269936c (diff) | |
download | gitlab-ce-084e2936b8a4bac6135ad041a7886bf6cb9e2484.tar.gz |
Kubernetes Helm Chart Install docs
Diffstat (limited to 'doc/install/README.md')
-rw-r--r-- | doc/install/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/README.md b/doc/install/README.md index 58cc7d312fd..3bf7923a9ee 100644 --- a/doc/install/README.md +++ b/doc/install/README.md @@ -20,6 +20,8 @@ the hardware requirements. - [Docker](https://docs.gitlab.com/omnibus/docker/) - Install GitLab using Docker. - [Installation on Google Cloud Platform](google_cloud_platform/index.md) - Install GitLab on Google Cloud Platform using our official image. +- [Installing in Kubernetes](kubernetes/index.md) - Install GitLab into a Kubernetes + Cluster using our official Helm Chart Repository. - Testing only! [DigitalOcean and Docker Machine](digitaloceandocker.md) - Quickly test any version of GitLab on DigitalOcean using Docker Machine. |