Merge pull request #120 from paigerube14/container_kill

Container kill
This commit is contained in:
Paige Rubendall
2021-07-15 15:07:58 -04:00
committed by GitHub
7 changed files with 163 additions and 16 deletions

7
scenarios/container_etcd.yml Executable file
View File

@@ -0,0 +1,7 @@
scenarios:
- name: "kill etcd container"
namespace: "openshift-etcd"
label_selector: "k8s-app=etcd"
container_name: "etcd"
action: "kill 1"
count: 1