Files
2026-07-13 13:17:40 +08:00

17 lines
377 B
YAML

# Injects a 200ms delay to all traffic to the Ray nodes.
apiVersion: chaos-mesh.org/v1alpha1
kind: NetworkChaos
metadata:
name: network-delay
spec:
action: delay
mode: all # inject to all pods
selector:
namespaces:
- default
labelSelectors:
'ray.io/cluster': 'raycluster-kuberay' # inject to all pods
delay:
latency: '200ms'
duration: '12h'