We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WithBlock
Etcd NewClient uses the gRPC call WithBlock, which has now been deprecated and is considered an anti-pattern:
NewClient
cluster-api-provider-rke2/pkg/etcd/etcd.go
Lines 152 to 155 in c168294
More information on why this is the case can be found in the grpc-go documentation here
grpc-go
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Etcd
NewClient
uses the gRPC callWithBlock
, which has now been deprecated and is considered an anti-pattern:cluster-api-provider-rke2/pkg/etcd/etcd.go
Lines 152 to 155 in c168294
More information on why this is the case can be found in the
grpc-go
documentation hereThe text was updated successfully, but these errors were encountered: