You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1247,6 +1247,27 @@ Default Google key file. Defaults to `$GITLAB_OBJECT_STORE_CONNECTION_GOOGLE_JSO
1247
1247
1248
1248
Cron notation for the GitLab pipeline schedule worker. Defaults to `'19 * * * *'`
1249
1249
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
+
1250
1271
##### `GITLAB_LFS_ENABLED`
1251
1272
1252
1273
Enable/Disable Git LFS support. Defaults to `true`.
0 commit comments