mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 23:29:21 +00:00
don't use leader elect on ccm integration tests
Change-Id: Ic1d0ff73d7913f23ed577a121b0045a1c33b9e78
This commit is contained in:
parent
08f8be9903
commit
ef83ec2753
@ -109,6 +109,8 @@ func StartTestServer(ctx context.Context, customFlags []string) (result TestServ
|
||||
return TestServer{}, err
|
||||
}
|
||||
|
||||
s.Generic.LeaderElection.LeaderElect = false
|
||||
|
||||
cloudInitializer := func(config *config.CompletedConfig) cloudprovider.Interface {
|
||||
capturedConfig = *config
|
||||
// send signal to indicate the capturedConfig has been properly set
|
||||
|
Loading…
Reference in New Issue
Block a user