summaryrefslogtreecommitdiff
path: root/doc/user/clusters/agent/repository.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-07 15:15:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-07 15:15:53 +0000
commit468bcfb9c6d04b0244c349eda62cd7ed1496cca3 (patch)
treef8d645cbf62ccc9fcd94174390324e1ce934101b /doc/user/clusters/agent/repository.md
parent072dbf4b87096eb0a4f82f9e0583527ed5d8f4d0 (diff)
downloadgitlab-ce-468bcfb9c6d04b0244c349eda62cd7ed1496cca3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/clusters/agent/repository.md')
-rw-r--r--doc/user/clusters/agent/repository.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/user/clusters/agent/repository.md b/doc/user/clusters/agent/repository.md
index d8d30f2e681..8c1a4450598 100644
--- a/doc/user/clusters/agent/repository.md
+++ b/doc/user/clusters/agent/repository.md
@@ -202,7 +202,7 @@ any Kubernetes-specific commands from the authorized project.
First, configure your Agent:
-1. Go to you your Agent's configuration repository.
+1. Go to your Agent's configuration repository.
1. Edit your Agent's `config.yaml` file authorizing the [project](#authorize-projects-to-use-an-agent) or [group](#authorize-groups-to-use-an-agent) you want to run Kubernetes commands from.
Then, configure the other project:
@@ -231,6 +231,14 @@ To get the list of available contexts:
1. Open your terminal and connect to your cluster.
1. Run `kubectl config get-contexts`.
+### `kubectl` commands not supported
+
+The commands `kubectl exec`, `kubectl cp`, and `kubectl attach` are not supported by the CI/CD tunnel.
+Anything else that uses the same API endpoints does not work either as they use the deprecated
+SPDY protocol.
+We [plan to add support for these features](https://gitlab.com/gitlab-org/gitlab/-/issues/346248)
+in a future version of GitLab.
+
## Use impersonation to restrict project and group access **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/345014) in GitLab 14.5.