Skip to content

Commit bde588e

Browse files
committed
README.md: revise GitLab KAS section
Fix link fragment for gitlab-kas in TOC (markdownlint: MD-051 - must be lowercase)
1 parent 4fb0140 commit bde588e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
- [Piwik](#piwik)
5656
- [Feature flags](#feature-flags)
5757
- [Exposing ssh port in dockerized gitlab-ce](docs/exposing-ssh-port.md)
58-
- [Gitlab KAS](#Gitlab-KAS)
58+
- [Gitlab KAS](#gitlab-kas)
5959
- [Available Configuration Parameters](#available-configuration-parameters)
6060
- [Maintenance](#maintenance)
6161
- [Creating Backups](#creating-backups)
@@ -936,13 +936,11 @@ Configuring gitlab::feature_flags...
936936

937937
#### Gitlab KAS
938938

939-
Basic Gitlab KAS Settings
939+
GitLab agent server for Kubernetes (KAS) is disabled by default, but you can enable it by setting configuration parameter [`GITLAB_KAS_ENABLED`](#GITLAB_KAS_ENABLED) to true.
940+
By default, built-in `gitlab-kas` is used. But you can use an external installation of KAS by setting internal URL for the GItLab backend. Corresponding configuration parameter is [`GITLAB_KAS_INTERNAL`](#GITLAB_KAS_INTERNAL).
941+
You can specify user-facing URL by setting [`GITLAB_KAS_EXTERNAL`](#GITLAB_KAS_EXTERNAL). If you set up proxy URL, use `GITLAB_KAS_PROXY`.
940942

941-
- `GITLAB_KAS_ENABLED=${GITLAB_KAS_ENABLED:-false}`
942-
- `GITLAB_KAS_SECRET=${GITLAB_INSTALL_DIR}/.gitlab_kas_secret}`
943-
- `GITLAB_KAS_EXTERNAL="wss://kas.example.com"}`
944-
- `GITLAB_KAS_INTERNAL="grpc://localhost:8153"}`
945-
- `GITLAB_KAS_PROXY=`
943+
See official documentation : https://docs.gitlab.com/ee/administration/clusters/kas.html
946944

947945
#### Available Configuration Parameters
948946

0 commit comments

Comments
 (0)