diff options
-rw-r--r-- | doc/user/project/clusters/serverless/index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md index 2cda850f24e..0ab6d8e112f 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -83,6 +83,15 @@ NOTE: **Note:** You can deploy either [functions](#deploying-functions) or [serverless applications](#deploying-serverless-applications) on a given project but not both. The current implementation makes use of a `serverless.yml` file to signal a FaaS project. +## Using an existing installation of Knative + +NOTE: **Note:** +The "invocations" monitoring feature of GitLab serverless will not work when adding an existing installation of Knative. + +It is also possible to use GitLab Serverless with an existing Kubernetes cluster which already has Knative installed. +Simply follow the steps to [add an existing Kubernetes cluster](../index.md#adding-an-existing-kubernetes-cluster) +and then follow the steps to deploy [functions](#deploying-functions) or [serverless applications](#deploying-serverless-applications) onto your cluster. + ## Deploying functions > Introduced in GitLab 11.6. |