kubernetes-sigs/cluster-api-provider-vsphere
在 GitHub 查看Gracefully shutdown the kube-apiserver of the integration tests
Open
#1,341 建立於 2022年1月6日
help wantedkind/buglifecycle/rottenpriority/important-soon
倉庫指標
- Star
- (417 star)
- PR 合併指標
- (PR 指標待抓取)
描述
/kind bug
What steps did you take and what happened: The integration tests use Envtests to simulate the api-server. While running these tests locally, it looks like the server process is not stopped which causes race conditions in the consecutive test runs.
What did you expect to happen: apiserver should exit gracefully upon completion of the integration test runs.