Skip to content

Commit

Permalink
docs(readme): add features section
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
  • Loading branch information
R3DRUN3 committed Nov 28, 2023
1 parent 38fc6e0 commit ad71c10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ A lightweight kubernetes operator to test cluster resilience via chaos engineeri
Through the implementation of custom controllers and resources, Khaos facilitates the configuration and automation
of operations such as the targeted deletion of pods within a specified namespace, the removal of nodes from the cluster, the deletion of secrets and more.

## Supported features
- [X] Delete specified pods in specified namespace
- [x] Delete specified cluster nodes
- [X] Delete specified secrets in specified namespace
- [ ] Inject resource constraints in containers




## Instructions
```console
go mod init github.com/stackzoo/khaos &&
Expand Down

0 comments on commit ad71c10

Please sign in to comment.