diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-11 10:56:45 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-11 10:56:45 +0000 |
commit | 4d39435ea865c92b589b1b6dd8b21102a7ef1adf (patch) | |
tree | 23d14d086a3611ccc97d9028e5c73717ddb1577f | |
parent | 423f82d41125ef2a6bfafb0d963dafd52ba656db (diff) | |
parent | 472e9e1c7dfc295cbc40a5ca2588e2f94dbedc4c (diff) | |
download | gitlab-ce-4d39435ea865c92b589b1b6dd8b21102a7ef1adf.tar.gz |
Merge branch 'docs/add-whitepaper-note' into 'master'
Edits for GKE whitepaper note
Closes gitlab-ee#11103
See merge request gitlab-org/gitlab-ce!27243
-rw-r--r-- | doc/install/google_cloud_platform/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/google_cloud_platform/index.md b/doc/install/google_cloud_platform/index.md index aa4b3dccf7d..bd60ee25bff 100644 --- a/doc/install/google_cloud_platform/index.md +++ b/doc/install/google_cloud_platform/index.md @@ -8,6 +8,12 @@ description: 'Learn how to install a GitLab instance on Google Cloud Platform.' Getting started with GitLab on a [Google Cloud Platform (GCP)][gcp] instance is quick and easy. +NOTE: **Note:** +Google provides a whitepaper for [deploying production-ready GitLab on +Google Kubernetes Engine](https://cloud.google.com/solutions/deploying-production-ready-gitlab-on-gke), +including all steps and external resource configuration. These are an alternative to using a GCP VM, and use +the [Cloud native GitLab Helm chart](https://docs.gitlab.com/charts). + ## Prerequisites There are only two prerequisites in order to install GitLab on GCP: |