Skip to content

Commit aad6f09

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 fa6f8d9 commit aad6f09

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
@@ -54,7 +54,7 @@
5454
- [Piwik](#piwik)
5555
- [Feature flags](#feature-flags)
5656
- [Exposing ssh port in dockerized gitlab-ce](docs/exposing-ssh-port.md)
57-
- [Gitlab KAS](#Gitlab-KAS)
57+
- [Gitlab KAS](#gitlab-kas)
5858
- [Available Configuration Parameters](#available-configuration-parameters)
5959
- [Maintenance](#maintenance)
6060
- [Creating Backups](#creating-backups)
@@ -917,13 +917,11 @@ Configuring gitlab::feature_flags...
917917

918918
#### Gitlab KAS
919919

920-
Basic Gitlab KAS Settings
920+
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.
921+
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).
922+
You can specify user-facing URL by setting [`GITLAB_KAS_EXTERNAL`](#GITLAB_KAS_EXTERNAL). If you set up proxy URL, use `GITLAB_KAS_PROXY`.
921923

922-
- `GITLAB_KAS_ENABLED=${GITLAB_KAS_ENABLED:-false}`
923-
- `GITLAB_KAS_SECRET=${GITLAB_INSTALL_DIR}/.gitlab_kas_secret}`
924-
- `GITLAB_KAS_EXTERNAL="wss://kas.example.com"}`
925-
- `GITLAB_KAS_INTERNAL="grpc://localhost:8153"}`
926-
- `GITLAB_KAS_PROXY=`
924+
See official documentation : https://docs.gitlab.com/ee/administration/clusters/kas.html
927925

928926
#### Available Configuration Parameters
929927

0 commit comments

Comments
 (0)