Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
45e90bb6
Commit
45e90bb6
authored
Apr 28, 2021
by
Viktor Nagy
Committed by
Marcia Ramos
Apr 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document all the configuration options
parent
0928d733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
doc/user/clusters/agent/repository.md
doc/user/clusters/agent/repository.md
+38
-0
No files found.
doc/user/clusters/agent/repository.md
View file @
45e90bb6
...
...
@@ -94,3 +94,41 @@ gitops:
# If 'paths' is not specified or is an empty list, the configuration below is used
-
glob
:
'
/**/*.{yaml,yml,json}'
```
## Surface network security alerts from cluster to GitLab
The GitLab Agent provides an
[
integration with Cilium
](
index.md#kubernetes-network-security-alerts
)
.
To integrate, add a top-level
`cilium`
section to your
`config.yml`
file. Currently, the
only configuration option is the Hubble relay address:
```
yaml
cilium
:
hubble_relay_address
:
"
<hubble-relay-host>:<hubble-relay-port>"
```
If your Cilium integration was performed through GitLab Managed Apps, you can use
`hubble-relay.gitlab-managed-apps.svc.cluster.local:80`
as the address:
```
yaml
cilium
:
hubble_relay_address
:
"
hubble-relay.gitlab-managed-apps.svc.cluster.local:80"
```
## Debugging
To debug the cluster-side component (
`agentk`
) of the GitLab Kubernetes Agent, set the log
level according to the available options:
-
`off`
-
`warning`
-
`error`
-
`info`
-
`debug`
The log level defaults to
`info`
. You can change it by using a top-level
`observability`
section in the configuration file, for example:
```
yaml
observability
:
logging
:
level
:
debug
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment