Skip to content
New issue

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

Make unix domain socket work with crictl #34

Open
saschagrunert opened this issue Sep 9, 2020 · 4 comments
Open

Make unix domain socket work with crictl #34

saschagrunert opened this issue Sep 9, 2020 · 4 comments
Assignees

Comments

@saschagrunert
Copy link
Member

Looks like we're facing those issues with the default implementation as well:

I was able to connect via grpccurl, which does not have to seem the issue when specifying the socket:

> sudo ./grpcurl -plaintext -unix -protoset cri.protoset cri.sock criapi.RuntimeService.Version
@saschagrunert
Copy link
Member Author

Looks like the issue got solved with grpc/grpc-go#3730

@saschagrunert
Copy link
Member Author

Trying to solve the other issue in h2: hyperium/h2#487

@saschagrunert
Copy link
Member Author

The latest master of tonic would be required too, but I guess we can wait for the next release.

Ref: hyperium/tonic#443

@Ruilkyu
Copy link

Ruilkyu commented Mar 5, 2021

Has 0.4.0 solved the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants