-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Socket path does not exist: /var/run/receptor/receptor.sock #15421
Comments
The issue was due to container image - quay.io/ansible/awx-ee:latest. Fix:
|
@rabindangol Shere should that be put? CRD? What is that? EDIT: I'm using stand alone docker, not K8s. |
@fs30000 did you find a way to solve this problem ? I am experiencing the same issue. |
Yeah, change the receptor version: export RECEPTOR_IMAGE=quay.io/ansible/receptor:v1.4.8 Like:
The COMPOSE_TAG is for the awx_devel version. Still, it will work right from the start, but after a system reboot, it will fail with this: AWX is so screwed right now. |
Thank you ! I just stopped my containers and remove the awx image ( make docker-compose COMPOSE_UP_OPTS=-d This uploaded my old image (from two-weeks ago), to the newer one and solved my problem ! 😄 |
@fs30000, CRD stands for Custom Resource Definition in Kubernetes, where we define which version of AWX-EE to use. My setting was quay.io/ansible/awx-ee:latest, which means it always pulls the latest version of AWX-EE. I had AWX working with no problems for the last few months. However, during a Kubernetes version update, the pods were restarted. Since we were using the latest tag, it pulled the newest image of AWX-EE, which was not compatible, resulting in an error. My fix was to replace the latest tag with a few months old tag, in this case, awx-ee:24.4.0. |
Please confirm the following
[email protected]
instead.)Bug Summary
After I did Kubernetes update from v1.27 to v1.28, Ansilbe awx pods are failing. However awx-operator-controller-manager pod is running healthy.
Upon checking logs for each containers in awx pod there are two containers namely awx-task and awx-ee failing.
Container awx-ee image = quay.io/ansible/awx-ee:latest
Error:
empty receptor config, skipping...
Container awx-task image = quay.io/ansible/awx:21.4.0
Errors:
AWX version
21.4.0
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
21.4.0
Operating system
EKS
Web browser
Edge
Steps to reproduce
It was working until i update eks from v1.27 to v1.28. When workloads (ansible ) were moved to new nodes as part of eks update, the pods are showing errors.
Expected results
AWX run without error
Actual results
Pods are failed and can no longer access the ansible from browser.
Additional information
These are the containers running in the awx pod:
redis
image: docker.io/redis:7
awx-web
image: quay.io/ansible/awx:21.4.0
awx-task
image: quay.io/ansible/awx:21.4.0
awx-ee
image quay.io/ansible/awx-ee:latest
No response
The text was updated successfully, but these errors were encountered: