containers / containers/containrs
Make unix domain socket work with crictl
Open
- Dominant language
- Rust
- Stars
- 126
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Looks like we're facing those issues with the default implementation as well:
- https://github.com/hyperium/tonic/issues/243
- https://github.com/hyperium/h2/issues/442
I was able to connect via [grpccurl](https://github.com/fullstorydev/grpcurl), which does not have to seem the issue when specifying the socket:
```
> sudo ./grpcurl -plaintext -unix -protoset cri.protoset cri.sock criapi.RuntimeService.Version
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.