Hi all,
I have awx 19.1.0 deployed in k3s, and for some few days after deployment it
"just works", but after maybe a week or so it stops working - project update
jobs simply do not start anymore not in workflows, not manually.
Any idea where I could even begin to look?
*not* a kubernetes expert here - thankful for any suggestions.
Cheers
MH
I've verified by now that my K3s itself is working fine - it's only AWX that
can't start jobs anymore... and only in job and workflow templates, ad hoc
jobs seem to work normally, except for project scm updates, those are dead
too.
Are there any hints as to what is happening in the containers by looking at the logs:
kubectl logs -f $(kubectl get pod -l app.kubernetes.io/name=awx -o name) -c awx-task