diff --git a/pkg/kube/client.go b/pkg/kube/client.go index de30a051d..70fb6bc41 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -154,6 +154,7 @@ func (c *Client) Get(namespace string, reader io.Reader) (string, error) { return "", err } + objPods := c.getRelationPods(infos) missing := []string{}