From 3a3515b0f3f0439ed2ff8a842713f642f5bd29cb Mon Sep 17 00:00:00 2001 From: Daniel Gruesso Date: Mon, 17 Jun 2019 05:49:51 +0000 Subject: Add documentation on using serverless with existing Knative instance --- doc/user/project/clusters/serverless/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- cgit v1.2.1