--- apiVersion: litmuschaos.io/v1alpha1 description: message: | Drain the node where application pod is scheduled kind: ChaosExperiment metadata: name: node-drain version: 0.1.7 spec: definition: scope: Cluster permissions: - apiGroups: - "" - "batch" - "extensions" - "litmuschaos.io" resources: - "jobs" - "pods" - "events" - "pods/log" - "pods/eviction" - "daemonsets" - "chaosengines" - "chaosexperiments" - "chaosresults" verbs: - "create" - "list" - "get" - "patch" - "update" - "delete" - apiGroups: - "" resources: - "nodes" verbs: - "get" - "list" - "patch" image: "litmuschaos/ansible-runner:latest" args: - -c - ansible-playbook ./experiments/generic/node_drain/node_drain_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 command: - /bin/bash env: - name: ANSIBLE_STDOUT_CALLBACK value: 'default' - name: LIVENESS_APP_LABEL value: '' - name: APP_NODE value: '' - name: TOTAL_CHAOS_DURATION value: '60' # Period to wait before injection of chaos in sec - name: RAMP_TIME value: '' - name: LIVENESS_APP_NAMESPACE value: '' labels: name: node-drain