added missing parameters to node-network-filter + added default values

Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
This commit is contained in:
Tullio Sebastiani
2025-07-10 11:02:53 +02:00
committed by Naga Ravi Chaitanya Elluri
parent f8fe2ae5b7
commit 9d9a6f9b80
2 changed files with 9 additions and 7 deletions

View File

@@ -1,14 +1,16 @@
- id: node_network_filter
image: "quay.io/krkn-chaos/krkn-network-chaos:latest"
wait_duration: 300
test_duration: 100
label_selector: "kubernetes.io/hostname=minikube"
wait_duration: 1
test_duration: 10
label_selector: "<node_selector>"
namespace: 'default'
instance_count: 1
execution: parallel
ingress: false
egress: true
target: ''
target: '<node_name>'
interfaces: []
ports:
- 53
- 2309
protocols:
- tcp

View File

@@ -2,13 +2,13 @@
image: "quay.io/krkn-chaos/krkn-network-chaos:latest"
wait_duration: 1
test_duration: 60
label_selector: "app=network-attacked"
label_selector: "<pod_selector>"
namespace: 'default'
instance_count: 1
execution: parallel
ingress: false
egress: true
target: ""
target: "<pod_name>"
interfaces: []
protocols:
- tcp