(refactor): Changing name of cpu_hog experiment to node_cpu_hog (#129)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-01-28 19:25:45 +05:30
committed by Karthik Satchitanand
parent 4a8324ef6e
commit 87b0bcec45
5 changed files with 17 additions and 14 deletions

View File

@@ -12,13 +12,16 @@ spec:
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. It will install all the experiments which can be used to inject chaos into containerized appications.
experiments:
- pod-network-loss
- pod-delete
- container-kill
- pod-cpu-hog
- pod-network-loss
- pod-network-latency
- node-drain
- pod-network-corruption
- node-drain
- node-cpu-hog
- disk-loss
- disk-fill
keywords:
- Kubernetes