Skip to content

Commit

Permalink
bump etcd to v3.5.10
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 21, 2023
1 parent a05fda2 commit 4c1055f
Show file tree
Hide file tree
Showing 7 changed files with 563 additions and 897 deletions.
8 changes: 4 additions & 4 deletions backend/etcd/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@ func NewEtcd(config *Config) (*Etcd, error) {
}

// Client config
cfg.ACUrls = acURLs
cfg.LCUrls = lcURLs
cfg.AdvertiseClientUrls = acURLs
cfg.ListenClientUrls = lcURLs
cfg.ClientTLSInfo = (transport.TLSInfo)(config.ClientTLSInfo)

// Peer config
cfg.APUrls = apURLs
cfg.LPUrls = lpURLs
cfg.AdvertisePeerUrls = apURLs
cfg.ListenPeerUrls = lpURLs
cfg.PeerTLSInfo = (transport.TLSInfo)(config.PeerTLSInfo)

if len(config.CipherSuites) > 0 {
Expand Down
205 changes: 0 additions & 205 deletions backend/store/cache/cache_test.go

This file was deleted.

Loading

0 comments on commit 4c1055f

Please sign in to comment.