From eefdd286f4592e748943768218f7b3a591cc854a Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Sun, 25 Nov 2018 05:28:00 +0100 Subject: [PATCH] feat(docs): update readme to reflect the new features Signed-off-by: Lorenzo Fontana --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0567168d..c9ea53a6 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ To consider this project (ready) the goals are: - [x] basic program run and attach - [x] list command to list running traces - command: `kubectl trace get` - [x] delete running traces -- [ ] run without attach -- [ ] attach command to attach only - command: `kubectl trace attach ` +- [x] run without attach +- [x] attach command to attach only - command: `kubectl trace attach ` - allow sending signals (probably requires a TTY), so that bpftrace commands can be notified to stop by the user before deletion and give back results