rundeck-plugins/docker

Python error

Opened this issue · 3 comments

Hi,

I have uploaded the plugin via the rundeck UI.

When I try to configure a node, I get the following error
The Node Source had an error:
failed to execute: /home/rundeck/libext/cache/docker-container-1.4.1/model-source: Script execution could not start: Cannot run program "python": error=2, No such file or directory

Any idea where the problem is ?

Thanks,

Konrad

jnqn commented

I get the same error

Python need to be installed on the rundeck host

I get the same error with the "Kubernetes / Pods / Node Executor" plugin v1.0.12 when running with Docker image rundeck/rundeck:3.4.10. And it's not possible to install python within a running container because the USER is set to rundeck. Should python be installed by default in the Docker image?