Commit 5263877d authored by Alexander Tanayno's avatar Alexander Tanayno Committed by Amy Qualls

Add more info about KAS for Omnibus GitLab

parent db2c7db2
...@@ -966,6 +966,11 @@ For Omnibus GitLab installations, GitLab Monitor logs reside in `/var/log/gitlab ...@@ -966,6 +966,11 @@ For Omnibus GitLab installations, GitLab Monitor logs reside in `/var/log/gitlab
For Omnibus GitLab installations, GitLab Exporter logs reside in `/var/log/gitlab/gitlab-exporter/`. For Omnibus GitLab installations, GitLab Exporter logs reside in `/var/log/gitlab/gitlab-exporter/`.
## GitLab Kubernetes Agent Server
For Omnibus GitLab installations, GitLab Kubernetes Agent Server logs reside
in `/var/log/gitlab/gitlab-kas/`.
## Gathering logs ## Gathering logs
When [troubleshooting](troubleshooting/index.md) issues that aren't localized to one of the When [troubleshooting](troubleshooting/index.md) issues that aren't localized to one of the
......
...@@ -63,7 +63,7 @@ For more details, please refer to our [full architecture documentation](https:// ...@@ -63,7 +63,7 @@ For more details, please refer to our [full architecture documentation](https://
The setup process involves a few steps to enable GitOps deployments: The setup process involves a few steps to enable GitOps deployments:
1. [Install the Agent server](#install-the-kubernetes-agent-server). 1. [Install the Agent server](#install-the-kubernetes-agent-server).
1. [Define a configuration directory](#define-a-configuration-repository). 1. [Define a configuration repository](#define-a-configuration-repository).
1. [Create an Agent record in GitLab](#create-an-agent-record-in-gitlab). 1. [Create an Agent record in GitLab](#create-an-agent-record-in-gitlab).
1. [Generate and copy a Secret token used to connect to the Agent](#create-the-kubernetes-secret). 1. [Generate and copy a Secret token used to connect to the Agent](#create-the-kubernetes-secret).
1. [Install the Agent into the cluster](#install-the-agent-into-the-cluster). 1. [Install the Agent into the cluster](#install-the-agent-into-the-cluster).
...@@ -108,6 +108,10 @@ When using the [Omnibus GitLab](https://docs.gitlab.com/omnibus/) package: ...@@ -108,6 +108,10 @@ When using the [Omnibus GitLab](https://docs.gitlab.com/omnibus/) package:
1. [Reconfigure GitLab](../../../administration/restart_gitlab.md#omnibus-gitlab-reconfigure). 1. [Reconfigure GitLab](../../../administration/restart_gitlab.md#omnibus-gitlab-reconfigure).
To configure any additional options related to GitLab Kubernetes Agent Server,
refer to the **Enable GitLab KAS** section of the
[`gitlab.rb.template`](https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/files/gitlab-config-template/gitlab.rb.template).
#### Install with the Helm chart #### Install with the Helm chart
When installing or upgrading the GitLab Helm chart, consider the following Helm v3 example. When installing or upgrading the GitLab Helm chart, consider the following Helm v3 example.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment