grafana / xk6-kubernetes

Client extension for interacting with Kubernetes clusters from your k6 tests.
Apache License 2.0
62 stars 20 forks source link

Ephemeral container with shell as entrypoint terminates #58

Closed pablochacin closed 2 years ago

pablochacin commented 2 years ago

When adding an ephemeral container with a shell as entry point, it will be terminated because the shell doesn't have a tty allocated. clear