Deleting Objects in Kind cluster does not actually delete them
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
- Start a Kind cluster via PD
- Connect that as your Kubernetes target
- Create a pod, service, and ingress on that cluster
- Attempt to delete the pod, service, and ingress
- Each delete seems to "work" (is accepted and confirms)
- None of the objects are actually deleted, and all still show in the UI
- Go to kubectl on the command line
- Delete the objects using kubectl
- This works with no issues
Relevant log output
Additional context
No response
FWIW this is working for me on Mac. Anything in the logs?
Nothing on the logs tab. Is there somewhere else I can look?
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.
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.