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).
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