Skip to content
This repository was archived by the owner on Mar 9, 2019. It is now read-only.
This repository was archived by the owner on Mar 9, 2019. It is now read-only.

Error debugging pod #5

Description

If I run kubesquash selecting a pod with an example golang container dlv fails to attach to it and outputs the following:

ERROR: logging before flag.Parse: I0803 07:56:21.797484   28708 remote_runtime.go:43] Connecting to runtime service unix:///var/run/cri.sock
ERROR: logging before flag.Parse: E0803 07:56:21.797871   28708 remote_runtime.go:169] ListPodSandbox with filter &PodSandboxFilter{Id:,State:&PodSandboxStateValue{State:SANDBOX_READY,},LabelSelector:map[string]string{io.kubernetes.pod.name: example-microservice-rc-ccfq2,io.kubernetes.pod.namespace: default,},} from runtime service failed: rpc error: code = Unavailable desc = grpc: the connection is unavailable
WARN[0000] ListPodSandbox error                          err="rpc error: code = Unavailable desc = grpc: the connection is unavailable"
FATA[0000] debug failed!                                 err="rpc error: code = Unavailable desc = grpc: the connection is unavailable"
pod is not running and not pending

Am I missing something in my setup?

Environment:

  • minikube v0.28.0
  • kubectl
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.5", GitCommit:"f01a2bf98249a4db383560443a59bed0c13575df", GitTreeState:"clean", BuildDate:"2018-03-19T15:59:24Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:44:10Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions