diff options
author | Evan Read <eread@gitlab.com> | 2019-09-12 04:39:40 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-12 04:39:40 +0000 |
commit | 42ce83bdd31d10c8e128f6951db7d60e2dbe6dce (patch) | |
tree | 3ed182cea1056d559e4cfce7dde40135cffa2eb2 | |
parent | 615d6bea9585c80a86947ee3e871112781be733f (diff) | |
parent | 1ca1026633ecd67316937ad35593c949780f2203 (diff) | |
download | gitlab-ce-42ce83bdd31d10c8e128f6951db7d60e2dbe6dce.tar.gz |
Merge branch 'docs-add-note-terminals' into 'master'
Add note about incompatibility of session_server with runner helm chart
See merge request gitlab-org/gitlab-ce!32916
-rw-r--r-- | doc/ci/interactive_web_terminal/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md index 58307660e51..49a148cb57d 100644 --- a/doc/ci/interactive_web_terminal/index.md +++ b/doc/ci/interactive_web_terminal/index.md @@ -28,6 +28,11 @@ Two things need to be configured for the interactive web terminal to work: - If you are using a reverse proxy with your GitLab instance, web terminals need to be [enabled](../../administration/integration/terminal.md#enabling-and-disabling-terminal-support) +NOTE: **Note:** +Interactive web terminals are not yet supported by +[`gitlab-runner` helm chart](https://docs.gitlab.com/charts/charts/gitlab/gitlab-runner/index.html), +but support [is planned](https://gitlab.com/gitlab-org/charts/gitlab-runner/issues/79). + ## Debugging a running job NOTE: **Note:** Not all executors are |