Skip to content
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

awx_kube_devel /usr/bin/awx-manage does not exist #1922

Open
3 tasks done
fosterseth opened this issue Jul 16, 2024 · 0 comments
Open
3 tasks done

awx_kube_devel /usr/bin/awx-manage does not exist #1922

fosterseth opened this issue Jul 16, 2024 · 0 comments
Assignees

Comments

@fosterseth
Copy link
Member

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

Bug Summary

awx_kube_devel image has awx-manage at /usr/local/bin/, not /usr/bin/

but the readiness probe is hard coding /usr/bin/awx-manage

we should test readiness probe just calling awx-manage without full path and see if that works

AWX Operator version

devel

AWX version

devel

Kubernetes platform

kubernetes

Kubernetes/Platform version

kind

Modifications

no

Steps to reproduce

start a cluster with deployment mode true

Expected results

task pods come online

Actual results

task pods fail with

Warning  Unhealthy  4m23s  kubelet            Readiness probe errored: rpc error: code = Unknown desc = failed to exec in container: failed to start exec "bac40396354fc998eeab14e4b368e85a897f54823510f307adf99be99faecddf": OCI runtime exec failed: exec failed: unable to start container process: exec: "/usr/bin/awx-manage": stat /usr/bin/awx-manage: no such file or directory: unknown

Additional information

No response

Operator Logs

No response

@fosterseth fosterseth self-assigned this Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant