You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a disruptor for injecting faults in nodes of a Kubernetes cluster.
The disruptor should allow selecting/excluding nodes based on labels, taints (e.g. unschedulable), and conditions (e.g. Ready).
The disruptor will allow the injection of faults such as network traffic disruption (e.g. package drops) and resource depletion (e.g. CPU or memory consumption)
Implement a disruptor for injecting faults in nodes of a Kubernetes cluster.
The disruptor should allow selecting/excluding nodes based on labels, taints (e.g.
unschedulable
), and conditions (e.g.Ready
).The disruptor will allow the injection of faults such as network traffic disruption (e.g. package drops) and resource depletion (e.g. CPU or memory consumption)
The following is a mock of the intended interface
The text was updated successfully, but these errors were encountered: