diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-20 16:31:39 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-04-20 16:31:39 +0000 |
commit | 631bc87563775ddd84f888d8f932db7f9529554f (patch) | |
tree | 839ce63d01efabc0fdd759451d4d7dd210d1cd88 | |
parent | 90e3ef50ca41f701a2053a20ca09b58676e78c39 (diff) | |
parent | ee8d9ac840ed361135bdb3b7b09f819d1a37fee3 (diff) | |
download | gitlab-ce-631bc87563775ddd84f888d8f932db7f9529554f.tar.gz |
Merge branch 'kubernetes-service-namespace' into 'master'
Kubernetes service namespace
Closes #30445
See merge request !10821
-rw-r--r-- | doc/user/project/integrations/kubernetes.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/project/integrations/kubernetes.md b/doc/user/project/integrations/kubernetes.md index f7d5e3a8ab2..73fa83d72a8 100644 --- a/doc/user/project/integrations/kubernetes.md +++ b/doc/user/project/integrations/kubernetes.md @@ -48,8 +48,12 @@ GitLab CI build environment: - `KUBE_URL` - equal to the API URL - `KUBE_TOKEN` -- `KUBE_NAMESPACE` -- `KUBE_CA_PEM_FILE` - only present if a custom CA bundle was specified. Path to a file containing PEM data. +- `KUBE_NAMESPACE` - The Kubernetes namespace is auto-generated if not specified. + The default value is `<project_name>-<project_id>`. You can overwrite it to + use different one if needed, otherwise the `KUBE_NAMESPACE` variable will + receive the default value. +- `KUBE_CA_PEM_FILE` - only present if a custom CA bundle was specified. Path + to a file containing PEM data. - `KUBE_CA_PEM` (deprecated)- only if a custom CA bundle was specified. Raw PEM data. ## Web terminals |