Seth Foster

Results 138 comments of Seth Foster

https://github.com/ansible/awx/pull/12856

manual testing locally, log into execution node, try to connect to the control service of a control node ``` bash-5.1$ receptorctl connect awx-576df47bc5-n7sz2 control Warning: receptorctl and receptor are different...

@AdityaVishwekar @DaDenniX @CWollinger the log rotation issue is not the logs from the awx-task container, rather the automation-job* pod that the job itself is running in you'll want to make...

duplicate of https://github.com/ansible/awx/issues/12549 seems users are still experiencing this bug

can easily reproduce this on k3d, v1.24.4+k3s1 1. deploy AWX on k3d 2. launch a handful of demo jobs at once. A good number will fail with the error `Stream...

@HOSTED-POWER @nicolaibaralmueller I have this upstream receptor PR that I am hoping addresses this issue https://github.com/ansible/receptor/pull/673 One thing I noticed when replicating this issue, if I start my k3d services...

Receptor PR merged (see above) and should be fixed in `awx-ee:latest` as of today. Redeploying AWX on your k8s clusters should trigger a download of the latest awx-ee image --...

@Mrmel94 thanks for the feedback, that is helpful. Glad this took care of it :)

@lucasvivian thank you for confirming that it is fixed!