From 040ecfc1b15190f39d3d38e21097b0dd24bea822 Mon Sep 17 00:00:00 2001 From: Kenny Johnston <2920426-kencjohnston@users.noreply.gitlab.com> Date: Wed, 21 Oct 2020 18:23:55 +0000 Subject: [PATCH] Clarify between Kubernetes Agent Server and Kubernetes Agent in docs --- doc/user/clusters/agent/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/clusters/agent/index.md b/doc/user/clusters/agent/index.md index 196c3e9fb437f..086472059d139 100644 --- a/doc/user/clusters/agent/index.md +++ b/doc/user/clusters/agent/index.md @@ -66,16 +66,16 @@ The setup process involves a few steps to enable GitOps deployments: 1. Installing the Agent into the cluster. 1. Creating a `manifest.yaml`. -### Install the Agent server +### Install the Kubernetes Agent Server -The GitLab Kubernetes Agent can be deployed using [Omnibus +The GitLab Kubernetes Agent Server (KAS) can be deployed using [Omnibus GitLab](https://docs.gitlab.com/omnibus/) or the [GitLab chart](https://gitlab.com/gitlab-org/charts/gitlab). If you don't already have GitLab installed, please refer to our [installation documentation](https://docs.gitlab.com/ee/install/README.html). NOTE: **Note:** -GitLab plans to include the Agent on [GitLab.com](https://gitlab.com/groups/gitlab-org/-/epics/3834). +GitLab plans to include the KAS on [GitLab.com](https://gitlab.com/groups/gitlab-org/-/epics/3834). When using the [Omnibus GitLab](https://docs.gitlab.com/omnibus/) package: @@ -89,7 +89,7 @@ gitlab_kas['enable'] = true When installing or upgrading the GitLab Helm chart, consider the following Helm 2 example. (If you're using Helm 3, you must modify this example.) You must set `global.kas.enabled=true` -for the Agent to be properly installed and configured: +for the KAS to be properly installed and configured: ```shell helm repo update -- GitLab