kubernetes/cmd/kubeadm/app/util/runtime
Ed Bartosh d64f489fa1 kubeadm: fix CRI ListKubeContainers API
Current implementation of this API always returns
checks output of 'crictl pods -q' and filters out everything
that doesn't start with k8s_. 'crictl pods -q' returns only pod ids,
so everything is always filtered out.

Removing filtering by name prefix should fix this.

Fixes: kubernetes/kubeadm#926
2018-08-07 10:59:44 +03:00
..
BUILD move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
runtime_test.go kubeadm: fix CRI ListKubeContainers API 2018-08-07 10:59:44 +03:00
runtime.go kubeadm: fix CRI ListKubeContainers API 2018-08-07 10:59:44 +03:00