#4231·kind

kind get clusters 命令出错 125

作者: Noobzik创建于 2026年8月5日更新于 2026年9月3日
标签kind/bug

What happened: Running the command kind get clusters throws the following error log

using podman due to KIND_EXPERIMENTAL_PROVIDER
enabling experimental podman provider
ERROR: failed to list clusters: command "podman ps -a --filter label=io.x-k8s.kind.cluster --format '{{index .Labels "io.x-k8s.kind.cluster"}}'" failed with error: exit status 125
Command Output: Error: template: ps:1:13: executing "ps" at <index .Labels "io.x-k8s.kind.cluster">: error calling index: cannot index slice/array with type string

内容来源: kubernetes-sigs/kind