Skip to content

Commit 0321b78

Browse files
authored
docs/installing: add 'tracee-system' namespace to the manual installation (#2167)
1 parent e53c5c0 commit 0321b78

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/installing/kubernetes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ the detections in your preferred way (e.g. Slack, E-mail, JIRA and more).
88
[Postee]: https://github.com/aquasecurity/postee
99

1010
!!! Note
11-
Although not optimal, you may consume **tracee** detections through
12-
daemonset/tracee logs with `kubectl logs -f daemonset/tracee`.
11+
Although not optimal, you may consume **Tracee** detections through
12+
daemonset/tracee logs with `kubectl logs -f daemonset/tracee -n tracee-system`.
1313

1414
!!! Tip
15-
The **preferred** way to deploy **tracee** is through its [Helm] chart!
15+
The **preferred** way to deploy **Tracee** is through its [Helm] chart!
1616

1717
[Helm]: https://helm.sh
1818

@@ -42,7 +42,8 @@ the detections in your preferred way (e.g. Slack, E-mail, JIRA and more).
4242
simply run:
4343
4444
```text
45-
$ kubectl create \
45+
$ kubectl create namespace tracee-system
46+
$ kubectl create -n tracee-system \
4647
-f https://raw.githubusercontent.com/aquasecurity/postee/main/deploy/kubernetes/postee.yaml \
4748
-f https://raw.githubusercontent.com/aquasecurity/tracee/{{ git.tag }}/deploy/kubernetes/tracee-postee/tracee.yaml
4849
```

0 commit comments

Comments
 (0)