diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-26 15:12:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-26 15:12:36 +0000 |
commit | 2004f56282a00ac54f9ebc546bc828a1450e29ed (patch) | |
tree | cfa53443533539b4a1964785e7a10c5e5ee03d53 /doc/user/clusters/agent/ci_cd_tunnel.md | |
parent | 613a8bc141f0d9f984b34274f926df06f48e0133 (diff) | |
download | gitlab-ce-2004f56282a00ac54f9ebc546bc828a1450e29ed.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/clusters/agent/ci_cd_tunnel.md b/doc/user/clusters/agent/ci_cd_tunnel.md index f1c49b87383..96aa619c104 100644 --- a/doc/user/clusters/agent/ci_cd_tunnel.md +++ b/doc/user/clusters/agent/ci_cd_tunnel.md @@ -29,7 +29,7 @@ jobs provide a `KUBECONFIG` variable compatible with `kubectl`. Also, each Agent has a separate context (`kubecontext`). By default, there isn't any context selected. -Contexts are named in the following format: `<agent-configuration-project-path>:<agent-name>`. +Contexts are named in the following format: `<namespace>/<project-name>:<agent-name>`. To get the list of available contexts, run `kubectl config get-contexts`. ## Share the CI/CD Tunnel provided by an Agent with other projects and groups |