I am writing a wrapper that connects with RemoteRuntimeService which 
Kubelet uses to communicate with dockershim.sock. I was under the 
impression that calling remote.NewRemoteRuntimeService with 
"unix:///var/run/dockershim.sock" will make a Grpc client connection from 
my wrapper go through and I can use that to ListContainers provided by 
RuntimeService. 

When I call ListService, I am getting the following errors -- 

E0311 05:25:55.313302       8 remote_runtime.go:262] ListContainers with 
filter 
&ContainerFilter{Id:,State:nil,PodSandboxId:,LabelSelector:map[string]string{},}
 
from runtime service failed: rpc error: code = Unimplemented desc = unknown 
service runtime.v1alpha2.RuntimeService
[] failed to list all containers: rpc error: code = Unimplemented desc = 
unknown service runtime.v1alpha2.RuntimeService

Any help? 

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to