An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖
1.26k
stars
632
forks
source link
AWXBackup Operator - when job is finished successfully, the status of running remains true and does not switch to false #1888
Open
mtcoffee opened 5 months ago
Please confirm the following
Bug Summary
This issue is related to the AWXBackup Operator
AWX Operator version
2.17.0
AWX version
24.4.0
Kubernetes platform
kubernetes
Kubernetes/Platform version
k3s
Modifications
no
Steps to reproduce
Run a backup to success. Then repeat and run to failure by setting an invalid deployment name. i.e.
Expected results
Output of failed backup and running is false - kubectl get awxbackup awxbackup-fail -n awx -o yaml
Actual results
Output of successful backup, running does not change to false - kubectl get awxbackup awxbackup-fail -n awx -o yaml
Additional information
See output provided in results
Operator Logs
See outputs provided in results