kestra-io / plugin-kubernetes

https://kestra.io/plugins/plugin-kubernetes/
Apache License 2.0
6 stars 7 forks source link

Uploading input files is very slow #90

Closed loicmathieu closed 8 months ago

loicmathieu commented 8 months ago

Expected Behavior

Uploading input files should be quick (if the files are small).

Actual Behaviour

The root cause of https://github.com/kestra-io/plugin-kubernetes/issues/85 is that uploading files into an init-container is very slow (15s for an empty file) whereas uploading a file into a standard container is quick (less than 1s).

This issue rely in the Fabric8 Kubernetes client that we use, see the upstream issue https://github.com/fabric8io/kubernetes-client/issues/5782

Steps To Reproduce

No response

Environment Information

Example flow

No response