We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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-manage
devel
kubernetes
kind
no
start a cluster with deployment mode true
task pods come online
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
No response
The text was updated successfully, but these errors were encountered:
fosterseth
No branches or pull requests
Please confirm the following
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 worksAWX 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
Additional information
No response
Operator Logs
No response
The text was updated successfully, but these errors were encountered: