kubernetes-sigs/cluster-api-provider-vsphere
GitHub で見るGracefully shutdown the kube-apiserver of the integration tests
Open
#1,341 opened on 2022年1月6日
help wantedkind/buglifecycle/rottenpriority/important-soon
Repository metrics
- Stars
- (417 stars)
- PR merge metrics
- (PR metrics pending)
説明
/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.