diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-18 12:13:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-18 12:13:19 +0000 |
commit | 14f554f0e991000bf291969673ae2f2d0a7670b6 (patch) | |
tree | c578029665b0bab96dc8740be6bb30710a7677b6 /doc/user/clusters/agent/ci_cd_tunnel.md | |
parent | 581a24da7e744ad5e7af9519e3b1c05344ead93c (diff) | |
download | gitlab-ce-14f554f0e991000bf291969673ae2f2d0a7670b6.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/clusters/agent/ci_cd_tunnel.md')
-rw-r--r-- | doc/user/clusters/agent/ci_cd_tunnel.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/clusters/agent/ci_cd_tunnel.md b/doc/user/clusters/agent/ci_cd_tunnel.md index f4b03ff930b..93768164df2 100644 --- a/doc/user/clusters/agent/ci_cd_tunnel.md +++ b/doc/user/clusters/agent/ci_cd_tunnel.md @@ -20,10 +20,10 @@ Only CI/CD jobs set in the configuration project can access one of the configure ## Prerequisites - A running [`kas` instance](install/index.md#set-up-the-agent-server). -- A [configuration repository](install/index.md#define-a-configuration-repository) with an Agent config file +- A [configuration repository](install/index.md#define-a-configuration-repository) with an agent config file installed (`.gitlab/agents/<agent-name>/config.yaml`). -- An [Agent record](install/index.md#create-an-agent-record-in-gitlab). -- The Agent [installed in the cluster](install/index.md#install-the-agent-into-the-cluster). +- A [registered agent](install/index.md#register-an-agent-with-gitlab). +- The agent [installed in the cluster](install/index.md#install-the-agent-into-the-cluster). ## Use the CI/CD Tunnel to run Kubernetes commands from GitLab CI/CD |