Add namespace default note to cluster docs
This commit is contained in:
parent
6cb4dc6190
commit
b9712c4766
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue