diff --git a/README.md b/README.md index 5bb7e250..db390800 100644 --- a/README.md +++ b/README.md @@ -73,42 +73,6 @@ Need more programs? Look [here](https://github.com/iovisor/bpftrace/tree/master/ Some of them will not yet work because we don't attach with a TTY already, sorry for that but good news you can contribute it! -## Status of the project - -:trophy: All the MVP goals are done! - -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 -- [x] run without attach -- [x] attach command to attach only - command: `kubectl trace attach ` -- [x] 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 - - -**More things after the MVP:** - -The stuff here had been implemented - YaY - -The program is now limited to run programs only on your nodes but the idea is to have the ability to attach only to the user namespace of a pod, like: - -``` -kubectl trace run pod/ -f read.bt -``` - -And even on a specific container - -``` -kubectl trace run pod/ -c f read.bt -``` - -So I would say, the next thing is to run bpftrace programs at a pod scope other than at node scope. - -**bpftrace work** - -I also plan to contribute some IO functions to bpftrace to send data to a backend database like InfluxDB instead of only stdout -because that would enable having things like graphs showing ## Contributing