Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Add missing steps at TRACING.md
Browse files Browse the repository at this point in the history
This specifies where the services and the conf should be placed in
order to run the tracing on the agent.

Fixes #674

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed Oct 22, 2019
1 parent 3e62565 commit f9f129a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TRACING.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ following:
- The image **must** include:
- The `jaeger-client-socat-redirector.service` systemd service
(see the [Guest to Host communication using VSOCK](#guest-to-host-communication-using-vsock) section).
This service should be placed at `/usr/lib/systemd/system/` of the rootfs.

- The distribution-specific package including the `socat(1)` utility
(normally the package is called `socat`).
Expand All @@ -177,8 +178,11 @@ following:
- The image can include:
- The `kata-journald-host-redirect.service` service.
(see the [Guest to Host communication using VSOCK](#guest-to-host-communication-using-vsock) section).
This service should be placed at `/usr/lib/systemd/system/` of the rootfs.

- The `kata-redirect-agent-output-to-journal.conf` systemd snippet
(see the [Guest to Host communication using VSOCK](#guest-to-host-communication-using-vsock) section).
This configuration file should be placed at `/etc/systemd/system/kata-agent.service.d/` of the rootfs.

1. Install the custom image.

Expand Down

0 comments on commit f9f129a

Please sign in to comment.