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
13b6e482
Commit
13b6e482
authored
Jul 22, 2020
by
Philippe Lafoucrière
Committed by
Amy Qualls
Jul 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make `kubectl logs` commands consistent
parent
b54152f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+3
-3
No files found.
doc/user/clusters/applications.md
View file @
13b6e482
...
...
@@ -311,7 +311,7 @@ This feature:
For example:
```
shell
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
kubectl
-n
gitlab-managed-apps logs
-l
app
=
nginx-ingress,component
=
controller
-c
modsecurity-log
-f
```
To enable WAF, switch its respective toggle to the enabled position when installing or updating
[
Ingress application
](
#ingress
)
.
...
...
@@ -1004,7 +1004,7 @@ The Cilium monitor log for traffic is logged out by the
`cilium-monitor`
sidecar container. You can check these logs with the following command:
```
shell
kubectl
-n
gitlab-managed-apps logs
cilium-XXXX
cilium-monitor
kubectl
-n
gitlab-managed-apps logs
-l
k8s-app
=
cilium
-c
cilium-monitor
```
You can disable the monitor log in
`.gitlab/managed-apps/cilium/values.yaml`
:
...
...
@@ -1127,7 +1127,7 @@ falco:
You can check these logs with the following command:
```
shell
kubectl
logs
-l
app
=
falco
-n
gitlab-managed-apps
kubectl
-n
gitlab-managed-apps logs
-l
app
=
falco
```
NOTE:
**Note:**
...
...
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