diff --git a/ROADMAP.md b/ROADMAP.md index e60d471c..31af69d3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,10 +6,11 @@ Following are a list of enhancements that we are planning to work on adding supp - [x] [Centralized storage for chaos experiments artifacts](https://github.com/krkn-chaos/krkn/issues/423) - [ ] [Support for causing DNS outages](https://github.com/krkn-chaos/krkn/issues/394) - [x] [Chaos recommender](https://github.com/krkn-chaos/krkn/tree/main/utils/chaos-recommender) to suggest scenarios having probability of impacting the service under test using profiling results -- [ ] Chaos AI integration to improve and automate test coverage +- [] Chaos AI integration to improve test coverage while reducing fault space to save costs and execution time - [x] [Support for pod level network traffic shaping](https://github.com/krkn-chaos/krkn/issues/393) - [ ] [Ability to visualize the metrics that are being captured by Kraken and stored in Elasticsearch](https://github.com/krkn-chaos/krkn/issues/124) -- [ ] Support for running all the scenarios of Kraken on Kubernetes distribution - see https://github.com/krkn-chaos/krkn/issues/185, https://github.com/redhat-chaos/krkn/issues/186 -- [ ] Continue to improve [Chaos Testing Guide](https://krkn-chaos.github.io/krkn) in terms of adding best practices, test environment recommendations and scenarios to make sure the OpenShift platform, as well the applications running on top it, are resilient and performant under chaotic conditions. -- [ ] [Switch documentation references to Kubernetes](https://github.com/krkn-chaos/krkn/issues/495) -- [ ] [OCP and Kubernetes functionalities segregation](https://github.com/krkn-chaos/krkn/issues/497) +- [x] Support for running all the scenarios of Kraken on Kubernetes distribution - see https://github.com/krkn-chaos/krkn/issues/185, https://github.com/redhat-chaos/krkn/issues/186 +- [x] Continue to improve [Chaos Testing Guide](https://krkn-chaos.github.io/krkn) in terms of adding best practices, test environment recommendations and scenarios to make sure the OpenShift platform, as well the applications running on top it, are resilient and performant under chaotic conditions. +- [x] [Switch documentation references to Kubernetes](https://github.com/krkn-chaos/krkn/issues/495) +- [x] [OCP and Kubernetes functionalities segregation](https://github.com/krkn-chaos/krkn/issues/497) +- [x] [Krknctl - client for running Krkn scenarios with ease](https://github.com/krkn-chaos/krknctl)