Skip to content

Commit

Permalink
upgrade client-go version to v0.21.2, due to a bug in the v0.17.3 ver…
Browse files Browse the repository at this point in the history
…sion, when kube-api has a downtime, there will be a probability of connection timeout, and then can not select the master

Signed-off-by: bingbing ma <[email protected]>
  • Loading branch information
bingbing ma committed Nov 22, 2023
1 parent 07a32ea commit 7cfdb20
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 104 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/docker/leadership v0.1.0
github.com/docker/libkv v0.2.1
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/gofrs/uuid v4.2.0+incompatible
github.com/golang/mock v1.4.0
github.com/google/go-cmp v0.4.0
github.com/golang/mock v1.4.1
github.com/google/go-cmp v0.5.4
github.com/hashicorp/consul/api v1.4.0
github.com/lib/pq v1.3.0
github.com/mattn/go-isatty v0.0.12
Expand All @@ -21,8 +21,8 @@ require (
github.com/spf13/pflag v1.0.5
go.etcd.io/etcd v0.0.0-20201125193152-8a03d2e9614b
go.uber.org/zap v1.13.0
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
)

Expand Down
Loading

0 comments on commit 7cfdb20

Please sign in to comment.