You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If I run
kubesquashselecting a pod with an example golang containerdlvfails to attach to it and outputs the following:Am I missing something in my setup?
Environment:
v0.28.0