• Ed Bartosh's avatar
    kubeadm: fix CRI ListKubeContainers API · d64f489f
    Ed Bartosh authored
    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
    d64f489f
Name
Last commit
Last update
..
BUILD Loading commit data...
runtime.go Loading commit data...
runtime_test.go Loading commit data...