Hi,
We have deployed AWX on Kubernetes cluster. While we try to fetch source code using Projects, it fails with below error.
bwrap: capset failed: Operation not permitted
Anyone has seen this before?
Thanks -
Karan
Hi,
We have deployed AWX on Kubernetes cluster. While we try to fetch source code using Projects, it fails with below error.
bwrap: capset failed: Operation not permitted
Anyone has seen this before?
Thanks -
Karan
Hi,
I am not sure why it is a problem, but you can disable bwrap by disabling job isolation in webui (administration -> settings -> jobs) and/or disable it in your configmap during deployment here (https://github.com/ansible/awx/blob/devel/installer/roles/kubernetes/templates/configmap.yml.j2#L133) and set AWX_PROOT_ENABLED = False
I've been trying to figure out how to run this in a container, see my progress here: https://github.com/ikke-t/awx_pod/pull/7#issuecomment-609416766
Greetings
Klaas
Hi Klaas -
Thanks - yeah that worked after disabling job isolation in webui.