Skip to content

Commit e215955

Browse files
antt1995kkimurak
authored andcommitted
Update README.md
1 parent afebb0a commit e215955

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,27 @@ Default Google key file. Defaults to `$GITLAB_OBJECT_STORE_CONNECTION_GOOGLE_JSO
12471247

12481248
Cron notation for the GitLab pipeline schedule worker. Defaults to `'19 * * * *'`
12491249

1250+
+##### `GITLAB_KAS_ENABLED`
1251+
+
1252+
+Enable/Disable GitLab agent server for Kubernetes (KAS). See details on [official documentation](https://docs.gitlab.com/ee/administration/clusters/kas.html). Defaults to `false`
1253+
+
1254+
+##### `GITLAB_KAS_SECRET`
1255+
+
1256+
+File that contains the secret key for verifying access for GitLab KAS. Defaults to `${GITLAB_INSTALL_DIR}/.gitlab_kas_secret`
1257+
+
1258+
+##### `GITLAB_KAS_EXTERNAL`
1259+
+
1260+
+User-facing URL for the in-cluster agent. Defaults to `"wss://kas.example.com"`
1261+
+
1262+
+##### `GITLAB_KAS_INTERNAL`
1263+
+
1264+
+Internal URL for the GitLab backend. Defaults to `"grpc://localhost:8153"`
1265+
+
1266+
+##### `GITLAB_KAS_PROXY`
1267+
+
1268+
+The URL to the Kubernetes API proxy (used by GitLab users). No default.
1269+
+
1270+
12501271
##### `GITLAB_LFS_ENABLED`
12511272

12521273
Enable/Disable Git LFS support. Defaults to `true`.

0 commit comments

Comments
 (0)