ansible / awx-operator

An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖
https://www.github.com/ansible/awx
Apache License 2.0
1.19k stars 599 forks source link

Jobs failed with "The running ansible process received a shutdown signal." #1849

Open matiasperkins opened 2 months ago

matiasperkins commented 2 months ago

Please confirm the following

Bug Summary

Hi! Hope you are doing good.

We have a problem on a template that is doing a backup for a DB. When it is doing the backup it suddenly failed with the error "The running ansible process received a shutdown signal.".

The backup was running without any problem some days ago when it was smaller.

We are ruuning AWX on a K8s cluster with version v1.23.8+vmware.3

AWX Operator version

1.0.0

AWX version

21.8.0

Kubernetes platform

kubernetes

Kubernetes/Platform version

v1.23.8+vmware.3

Modifications

no

Steps to reproduce

the task that is crashing is:

Expected results

we expected that the backup finish without problems

Actual results

it crash then it is executing with error: "The running ansible process received a shutdown signal."

Additional information

No response

Operator Logs

No response

YaronL16 commented 1 month ago

Hey, what is failing, the job/task or the pod?

If its the job then the issue would be more appropriate for the AWX repo

matiasperkins commented 1 month ago

Hi! On the output of the job I only see that the job end, but on the error of AWX I see that error. I think is more a problema of the pod, something with the resource o something like that

Peter1295 commented 1 month ago

Same behavior on version 2.17.0, longer tasks fails.