diff options
author | Nick Thomas <nick@gitlab.com> | 2016-12-20 11:05:39 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2016-12-20 11:05:39 +0000 |
commit | ff31f4f922e2b35f20dc4d2ba8be951d95c887be (patch) | |
tree | 5fe120af1c57bbefefa88e11e3651ec7f49a99bf /doc/project_services | |
parent | 4e169327bf031603d31398940a86346d44e7521a (diff) | |
download | gitlab-ce-ff31f4f922e2b35f20dc4d2ba8be951d95c887be.tar.gz |
Rename "Online terminal" to "Web terminal" in the docs
Diffstat (limited to 'doc/project_services')
-rw-r--r-- | doc/project_services/kubernetes.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/project_services/kubernetes.md b/doc/project_services/kubernetes.md index 0c5c88dd983..59d5da702f8 100644 --- a/doc/project_services/kubernetes.md +++ b/doc/project_services/kubernetes.md @@ -48,16 +48,16 @@ GitLab CI build environment: - `KUBE_NAMESPACE` - `KUBE_CA_PEM` - only if a custom CA bundle was specified -## Terminal support +## Web terminals >**NOTE:** Added in GitLab 8.15. You must be the project owner or have `master` permissions to use terminals. Support is currently limited to the first container in the first pod of your environment. -When enabled, the Kubernetes service adds online [terminal support](../ci/environments.md#terminal-support) -to your environments. This is based on the `exec` functionality found in +When enabled, the Kubernetes service adds [web terminal](../ci/environments.md#web-terminals) +support to your environments. This is based on the `exec` functionality found in Docker and Kubernetes, so you get a new shell session within your existing containers. To use this integration, you should deploy to Kubernetes using the deployment variables above, ensuring any pods you create are labelled with -`app=$CI_ENVIRONMENT_SLUG`. +`app=$CI_ENVIRONMENT_SLUG`. GitLab will do the rest! |