heptio / kube-conformance

Kuberenetes e2e conformance container
Apache License 2.0
31 stars 27 forks source link

Does not clean up properly #11

Closed chuckha closed 6 years ago

chuckha commented 6 years ago

Ginko responds to SIGINT but kubernetes kills this with a SIGTERM.

If we ever timeout the run we want to trap the TERM and raise an INT with the e2e app.

In a similar fashion, don't run the bash script under /bin/sh -c because that won't pass signals along.

chuckha commented 6 years ago

closed by #14