Skip to content
Snippets Groups Projects
Unverified Commit ea5ceb7e authored by Mehul Modi's avatar Mehul Modi Committed by GitHub
Browse files

update agent spec for profiling (#132)

parent cd4974f4
No related branches found
No related tags found
No related merge requests found
...@@ -9,15 +9,17 @@ ...@@ -9,15 +9,17 @@
metadata: metadata:
name: cluster name: cluster
spec: spec:
ebpf: agent:
env: ebpf:
PROFILE_PORT: "6060" debug:
``` env:
PROFILE_PORT: "6060"
```
2. If you are running OpenShift/Kubernetes, port-forward the pod that you want to profile. 2. If you are running OpenShift/Kubernetes, port-forward the pod that you want to profile.
``` ```
oc -n netobserv-privileged port-forward netobserv-ebpf-agent-4kt9d 6060 oc -n netobserv-privileged port-forward <netobserv-ebpf-agent pod name> 6060
``` ```
3. Download the required profiles: 3. Download the required profiles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment