podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

Deleting Objects in Kind cluster does not actually delete them

Open jberkus opened this issue 9 months ago • 4 comments

Bug description

I attempted to delete multiple objects created in my Kind cluster which was connected to PD. While the delete button was accepted, none of the objects were actually deleted.

Operating system

Fedora 41 (Bluefin)

Installation Method

Flathub (Linux)

Version

1.17.0

Steps to reproduce

  1. Start a Kind cluster via PD
  2. Connect that as your Kubernetes target
  3. Create a pod, service, and ingress on that cluster
  4. Attempt to delete the pod, service, and ingress
  5. Each delete seems to "work" (is accepted and confirms)
  6. None of the objects are actually deleted, and all still show in the UI
  7. Go to kubectl on the command line
  8. Delete the objects using kubectl
  9. This works with no issues

Relevant log output


Additional context

No response

jberkus avatar Mar 07 '25 00:03 jberkus

FWIW this is working for me on Mac. Anything in the logs?

deboer-tim avatar Mar 07 '25 04:03 deboer-tim

Nothing on the logs tab. Is there somewhere else I can look?

jberkus avatar Mar 07 '25 16:03 jberkus

Found a reproducer in the nightly E2E tests: https://github.com/podman-desktop/e2e/actions/runs/13754327463 Windows (10, 22H2-Enterprise, Hyper-V) ts.Kubernetes deployment resource E2E Test › Delete the Kubernetes deployment resource.

amisskii avatar Mar 10 '25 10:03 amisskii

I reproduced the issue and it was connected to the kube experimental features. Try turning them (on and) off and restarting the application. The resources removal worked for me after the restart.

xbabalov avatar Mar 11 '25 11:03 xbabalov