Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhixin.lzx committed Feb 8, 2023
1 parent e07b0fc commit acafc79
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,7 @@ var allSelfSignedCerts []CertConfig = []CertConfig{
CommonName: PoolcoordinatorETCDCN,
Organization: []string{PoolcoordinatorOrg},
certInit: func(i client.Interface, c <-chan struct{}) ([]net.IP, []string, error) {
ips, dnsNames, err := waitUntilSVCReady(i, PoolcoordinatorETCDSVC, c)
return append([]net.IP{
net.ParseIP("127.0.0.1"),
}, ips...), dnsNames, err
return waitUntilSVCReady(i, PoolcoordinatorETCDSVC, c)
},
},
{
Expand Down

0 comments on commit acafc79

Please sign in to comment.