Hi,
I will be extremely grateful for help or any kind of tip in following topic.
I deployed AWX instance with helm. All pods/containers seems to work fine but…
I created some test project in AWX UI and it’s getting error on the first sync step.
The message is: Execution Environment Missing resource
or in logs: RuntimeError: The project could not sync because there is no Execution Environment.
It’s correct because there is nothing under Execution Environments tab. And I guess this is weird because awx-ee container is running so probably EE should be added during instance deployment. What can be meaningful awx-ee container prints following DEBUG log
DEBUG 2022/12/19 14:20:42 Sending service advertisement: &{awx-545235f2f-gdms8 control 2022-12-19 14:20:42.238162424 +0000 UTC m=+9725.686128257 1 map[type:Control Service] [{local false} {kubernetes-runtime-auth false} {kubernetes-incluster-auth false}]}
DEBUG 2022/12/19 14:21:18 Client connected to control service @
DEBUG 2022/12/19 14:21:18 Control service closed
DEBUG 2022/12/19 14:21:18 Client disconnected from control service @
One more thing, after manually adding EE in web UI nothing changes, error is the same missing resource.