diff options
author | Mark Veenstra <mark@mobilea.nl> | 2018-10-30 00:35:03 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-10-30 00:35:03 +0000 |
commit | 1c53a0fc680d5178d9abfdfffdd389dd42db2c8c (patch) | |
tree | 99113611134f34301c66a2cebc21fc3f56795035 /doc/topics | |
parent | acb8dc09ac4b81713c2920aa40c85375f237a748 (diff) | |
download | gitlab-ce-1c53a0fc680d5178d9abfdfffdd389dd42db2c8c.tar.gz |
Added a note about machine types
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/quick_start_guide.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/topics/autodevops/quick_start_guide.md b/doc/topics/autodevops/quick_start_guide.md index b12e86cb0a9..6326aadcdf2 100644 --- a/doc/topics/autodevops/quick_start_guide.md +++ b/doc/topics/autodevops/quick_start_guide.md @@ -83,6 +83,9 @@ under which this application will be deployed. ![GitLab GKE cluster details](img/guide_gitlab_gke_details.png) 1. Once ready, click **Create Kubernetes cluster**. + +NOTE: **Note:** +Do not select `f1-micro` from the **Machine type** dropdown. `f1-micro` machines cannot support a full GitLab installation. After a couple of minutes, the cluster will be created. You can also see its status on your [GCP dashboard](https://console.cloud.google.com/kubernetes). |