@@ -19,7 +19,7 @@ This document captures only the high level roadmap items. For the detailed backl
19
19
- Support for Docker, Containerd & CRI-O runtime
20
20
- Support for scheduling policies (nodeSelector, tolerations) and resource definitions for chaos pods
21
21
- Support for ARM64 nodes
22
- - Scaffolding scripts (SDK) to help bootstrap a new chaos experiment in Go, Ansible
22
+ - Scaffolding scripts (SDK) to help bootstrap a new chaos experiment in Go, Python, Ansible
23
23
- Support orchestration of non-native chaos libraries via the BYOC (Bring-Your-Own-Chaos) model
24
24
- Support for OpenShift platform
25
25
- Integration tests & e2e framework creation for control plane components and chaos experiments
@@ -31,13 +31,21 @@ This document captures only the high level roadmap items. For the detailed backl
31
31
32
32
### In-Progress (Under Active Development)
33
33
34
+ - Support for all ChaosEngine schema elements within workflow wizard
35
+ - Workflow YAML linter addition
36
+ - Minimized role permissions for Chaos Service Accounts
37
+ - Chaos-center users account to chaosService account map
38
+ - Provide complete workflow termination/abort capability
39
+ - Cross-hub experiment support within a Chaos Workflow
40
+ - Helm Chart for Chaos Execution Plane
41
+ - Enhanced CRD schema for ChaosEngine to support advanced CommandProbe configuration
42
+ - Support for S3 artifact sink (helps performance/benchmark runs)
43
+ - ChaosHub refactor for 2.x user flow
34
44
- Chaos experiments against virtual machines and cloud infrastructure (AWS, GCP, Azure, VMWare, Baremetal)
35
45
- Improved documentation and tutorials for Litmus Portal based execution flow
36
- - Scaffolding scripts (SDK) to bootstrap experiments in Python
37
46
- Off the shelf chaos-integrated monitoring dashboards for application chaos categories
38
47
- Support for user defined chaos experiment result definition
39
48
- Increased fault injection types (IOChaos, HTTPChaos, JVMChaos)
40
- - Improved runtime validation of chaos dependencies via litmus admission controllers
41
49
- Special Interest Groups (SIGs) around specific areas in the project to take the roadmap forward
42
50
43
51
------
0 commit comments