api refactoring + pod network filter scenario

Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
This commit is contained in:
Tullio Sebastiani
2025-06-25 15:15:59 +02:00
parent f04f1f1101
commit 6a657576cb
13 changed files with 512 additions and 176 deletions

View File

@@ -8,7 +8,7 @@
execution: parallel
ingress: false
egress: true
target: node
target: ''
interfaces: []
ports:
- 2049
- 53

View File

@@ -0,0 +1,14 @@
- id: pod_network_filter
image: "quay.io/krkn-chaos/krkn-network-chaos:latest"
wait_duration: 1
test_duration: 60ipt
label_selector: ""
namespace: 'default'
instance_count: 1
execution: parallel
ingress: false
egress: true
target: "network-victim"
interfaces: []
ports:
- 80