Enrise / KubeToolbox

Kubernetes toolbox container for deploying to Kubernetes etc. Optimized to run in CI.
6 stars 3 forks source link

Kluctl does not work in amazon image #14

Open noahlvb opened 5 months ago

noahlvb commented 5 months ago

The binary seems to be there under /usr/local/bin but it is not runnable and I cannot make it executable either. When installing kluctl manually I either get

fork/exec /root/.cache/kluctl/go-embed-jinja2/kluctl-python-d7dbdb237d011e57/bin/python3: no such file or directory

or

ⓘ Error relocating /root/.cache/kluctl/go-embed-jinja2/kluctl-python-f7394e7348ff3fad/bin/python3: Py_BytesMain: symbol not found
✗ failed to initialize renderer: EOF
codablock commented 5 months ago

Kluctl currently does not work on Alpine based images, because the internally used/embedded Python version does not support musl based distros.