diff options
author | Tiger Watson <twatson@gitlab.com> | 2019-08-09 00:29:24 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-09 00:29:24 +0000 |
commit | b9712c47661287f1b27507cf9411e84981eb5fe5 (patch) | |
tree | 29a64e5eadc8cd1ca2827c4571267010ea3f961d /doc/user/project/clusters | |
parent | 6cb4dc6190acd23379b79647d65f5b67b48fa966 (diff) | |
download | gitlab-ce-b9712c47661287f1b27507cf9411e84981eb5fe5.tar.gz |
Add namespace default note to cluster docs
Diffstat (limited to 'doc/user/project/clusters')
-rw-r--r-- | doc/user/project/clusters/index.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index a1c5148a2dd..ffaa07cb3a4 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -438,7 +438,7 @@ NOTE: **Note:** Environment-specific resources are only created if your cluster is [managed by GitLab](#gitlab-managed-clusters). NOTE: **Note:** -If your project was created before GitLab 12.2 it will use a single namespace for all project environments. +If your cluster was created before GitLab 12.2, it will use a single namespace for all project environments. #### Security of GitLab Runners @@ -652,6 +652,9 @@ NOTE: **NOTE:** Prior to GitLab 11.5, `KUBE_TOKEN` was the Kubernetes token of the main service account of the cluster integration. +NOTE: **Note:** +If your cluster was created before GitLab 12.2, default `KUBE_NAMESPACE` will be set to `<project_name>-<project_id>`. + ### Troubleshooting Before the deployment jobs starts, GitLab creates the following specifically for |