litmuschaos / litmus-ansible

Ansible-based chaos experiments
Apache License 2.0
8 stars 17 forks source link

CoreDNS pod delete experiment fails with litmus 1.13.8 #35

Closed tanmaypandey7 closed 2 years ago

tanmaypandey7 commented 2 years ago

What happened: CoreDNS pod delete experiment fails with litmus 1.13.8. I am using the litmuschaos/ansible-runner:1.13.8 image image

What you expected to happen: Experiment should run successfully.

How to reproduce it (as minimally and precisely as possible): Use litmus 1.13.8 release and run CoreDNS pod delete experiment

Anything else we need to know?: It fails because probeSuccessPercentage is not defined in the ansible_logic yaml file. Whereas, the generic pod delete experiment runs successfully as the variable is defined there. Another thing is, community.kubernetes.k8 is depricated which is why it throws an error