From 649460bb12a272f65b3349eb573c521752868419 Mon Sep 17 00:00:00 2001 From: nepomucen Date: Fri, 4 Aug 2023 14:12:35 +0200 Subject: [PATCH] kinder: compatible with Docker cli 20.10.0+ --- kinder/pkg/cluster/status/cluster.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/kinder/pkg/cluster/status/cluster.go b/kinder/pkg/cluster/status/cluster.go index f3b8ae8c..3be7dbf9 100644 --- a/kinder/pkg/cluster/status/cluster.go +++ b/kinder/pkg/cluster/status/cluster.go @@ -68,7 +68,6 @@ const ( func ListClusters() ([]string, error) { cmd := exec.NewHostCmd("docker", "ps", - "-q", // quiet output for parsing "-a", // show stopped nodes "--no-trunc", // don't truncate // filter for nodes with the cluster label @@ -160,7 +159,6 @@ func (c *Cluster) KubeConfigPath() string { func (c *Cluster) listNodes() ([]string, error) { cmd := exec.NewHostCmd("docker", "ps", - "-q", // quiet output for parsing "-a", // show stopped nodes "--no-trunc", // don't truncate // filter for nodes with the cluster label