marek1712

Results 11 comments of marek1712

I'm on 21.3.0 and see the same thing. Any update? This is the simple task that makes the UI crash: ` - name: "Display uptime - SSH"` ` ios_command:` `...

> Same issue on k3s v1.28 Thanks! I was on 1.27 and inotify increases didn't change a thing. Updating to 1.28 helped.

@mattiaoui Upgrade your K3s to 1.28. Then follow this tip: https://github.com/ansible/awx/issues/14693#issuecomment-1861167020

@mxs-weixiong - yes, you apply it on the host. Worker nodes as well, I guess? https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files

Doesn't seem like an issue with AWX. More like TLS inspection. Can you run the following command from the host where AWX is deployed? `openssl s_client -connect github.com:443` and paste...

Hi. I'm facing the same issue: just upgraded AWX from 23.9.0 to 24.1.0 using @kurokobo's guide: [LINK](https://github.com/kurokobo/awx-on-k3s/blob/main/tips/upgrade-operator.md#-upgrade-from-0140-or-later-eg-from-0140-to-0150). Inventory Source job works fine - but state is stuck in Pending state...

Interesting. Delete is greyed out for **Control Plane Execution Environment**. Furthermore, I get this when I try to delete any other EE: ![obraz](https://github.com/ansible/awx/assets/107187302/21acd8db-5504-4245-bebd-7728f1607429) I'm running 24.6.0.

> > The 'constructed' inventory plugin is one thing, but I was thinking about the feature in general (from the base class) which is also used by many other inventory...

@thedoubl3j it's shown for both Running and Completed jobs: ![image](https://github.com/ansible/ansible-ui/assets/107187302/78698399-c088-4845-9832-9138f5d578a8) I guess that's matter of some condition when Details page is generated. This? https://github.com/ansible/awx/blob/d35d8b6ed7511912f1b3c05aa64ec7302680c5e8/awx/ui/src/screens/Job/JobDetail/JobDetail.js#L335-L340

Hi @oraNod. Apologies for abandoning this thread. I think it isn't an issue of key checks. I went through several pages and finally found this: https://github.com/ansible/awx/issues/15181. > After further investigation,...