mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
when running integration tests without an external etcd, the framework spawns an etcd instance executing it in its own process and killing it once the test stops. Instead of killing it directly, allow etcd to exit gracefully or kill it after 5 seconds.