summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-06-22 08:12:20 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-22 08:12:20 +0200
commit1781ec14f5ba91fe66499d398b65b5055e0fca00 (patch)
tree6f11ed623fd6f2a815d154da48f0e80483c0de3c
parent140be51fd5a4c9540bff52b777bacda099c345ba (diff)
downloadgitlab-ce-docs/autodevops-k8s.tar.gz
Add paragraph for self-hosted instancesdocs/autodevops-k8s
-rw-r--r--doc/topics/autodevops/quick_start_guide.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/topics/autodevops/quick_start_guide.md b/doc/topics/autodevops/quick_start_guide.md
index 2a114a1a783..44b0cf758dc 100644
--- a/doc/topics/autodevops/quick_start_guide.md
+++ b/doc/topics/autodevops/quick_start_guide.md
@@ -7,6 +7,10 @@ We will use GitLab's native Kubernetes integration, so you will not need
to create a Kubernetes cluster manually using the Google Cloud Platform console.
We will create and deploy a simple application that we create from a GitLab template.
+These instructions will also work for a self-hosted GitLab instance; you'll just
+need to ensure your own [Runners are configured](../../ci/runners/README.md) and
+[Google OAuth is enabled](../../integration/google.md).
+
## Configuring your Google account
Before creating and connecting your Kubernetes cluster to your GitLab project,
@@ -49,7 +53,8 @@ under which this application will be deployed.
## Creating a Kubernetes cluster from within GitLab
-1. On the project's landing page, click the button labeled **Add Kubernetes cluster**. (Note that this option is also available when you navigate to Operations > Kubernetes.)
+1. On the project's landing page, click the button labeled **Add Kubernetes cluster**
+ (note that this option is also available when you navigate to **Operations > Kubernetes**).
![Project landing page](img/guide_project_landing_page.png)