siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.96k stars 565 forks source link

Unable to destroy talos cluster on Podman #7881

Open Chan9390 opened 1 year ago

Chan9390 commented 1 year ago

Bug Report

Description

I had setup Talos using talosctl on Podman (v4.7.1) rootful machine. It installed fine but when destroying the cluster using talosctl cluster destroy I get the error strconv.Atoi: parsing "": invalid syntax

Logs

strconv.Atoi: parsing "": invalid syntax

Environment

BobyMCbobs commented 9 months ago

I have the same error

sanmai-NL commented 7 months ago

More modern versions of Podman have increasingly better CLI compat with Docker Engine CLI. Apart from that, I prefer to issue container management commands manually rather than letting talosctl cluster do opaque things.

FalconerTC commented 2 months ago

Also seeing this on talosctl v1.7.6, Mac M2, Podman 5.2.2

smira commented 2 months ago

We are not using podman ourselves, and we don't have any tests with podman, so we can't really help unless someone volunteers to make fixes and support podman integration.

Even if we fix the immediate issue today, tomorrow something else might break.