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
0361ef6a
Commit
0361ef6a
authored
Jan 10, 2020
by
zmartins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs to be based on kubectl logs:
- replaces tailing logs manually - removes commands, i.e., grep, awk
parent
7fea5e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+1
-1
No files found.
doc/user/clusters/applications.md
View file @
0361ef6a
...
...
@@ -264,7 +264,7 @@ This feature:
For example:
```
sh
kubectl
-n
gitlab-managed-apps
exec
-it
$(
kubectl get pods
-n
gitlab-managed-apps |
grep
'ingress-controller'
|
awk
'{print $1}'
)
--
tail
-f
/var/log/modsec/audit.log
kubectl
logs
-n
gitlab-managed-apps
$(
kubectl get pod
-n
gitlab-managed-apps
-l
app
=
nginx-ingress,component
=
controller
--no-headers
=
true
-o
custom-columns
=
:metadata.name
)
modsecurity-log
-f
```
There is a small performance overhead by enabling
`modsecurity`
. If this is
...
...
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