talos icon indicating copy to clipboard operation
talos copied to clipboard

Unable to destroy talos cluster on Podman

Open Chan9390 opened this issue 2 years ago • 2 comments

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

  • Talos version: v1.5.4
  • Kubernetes version: -
  • Platform: Mac M2

Chan9390 avatar Oct 21 '23 04:10 Chan9390

I have the same error

BobyMCbobs avatar Feb 24 '24 20:02 BobyMCbobs

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.

sanmai-NL avatar Apr 17 '24 08:04 sanmai-NL