--- apiVersion: litmuschaos.io/v1alpha1 description: message: | Kill the pool pod and check if gets scheduled again kind: ChaosExperiment metadata: labels: litmuschaos.io/name: openebs name: openebs-pool-pod-failure version: 0.1.3 spec: definition: permissions: apiGroups: - "" - "extensions" - "apps" - "batch" - "litmuschaos.io" - "openebs.io" resources: - "daemonsets" - "statefulsets" - "deployments" - "replicasets" - "jobs" - "pods" - "pods/exec" - "chaosengines" - "chaosexperiments" - "chaosresults" - "persistentvolumeclaims" - "cstorvolumereplicas" verbs: - "*" image: "litmuschaos/ansible-runner:ci" args: - -c - ansible-playbook ./experiments/openebs/openebs-pool-pod-failure/openebs_pool_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 command: - /bin/bash env: - name: ANSIBLE_STDOUT_CALLBACK value: default - name: OPENEBS_NS value: 'openebs' - name: APP_PVC value: '' - name: LIVENESS_APP_LABEL value: '' - name: LIVENESS_APP_NAMESPACE value: '' - name: CHAOS_ITERATIONS value: '2' - name: DATA_PERSISTENCE value: '' labels: name: openebs-pool-pod-failure #configmaps: #- name: openebs-pool-pod-failure # mountPath: /mnt