containers / podman-desktop

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
https://podman-desktop.io
Apache License 2.0
4.79k stars 303 forks source link

pods page take forever to update #9502

Open axel7083 opened 6 days ago

axel7083 commented 6 days ago

Bug description

When I create a pod from the containers page, it may takes 30s up to a minute to be displayed in the pods page, but in the containers page it is instantaneous

https://github.com/user-attachments/assets/69c06388-6fe1-41d1-812e-b92c3b48cf9e

Deleting them from the containers page is also instantaneous but takes forever on the pods page, even ghost resources at some point

https://github.com/user-attachments/assets/ac82f8ab-4b63-4a22-9a66-5bee6678deda

Operating system

Windows 11

Installation Method

None

Version

next (development version)

Steps to reproduce

  1. create pod from nginx container podman run -d nginx
  2. assert pods not listed directly on the pods page

Relevant log output

Not much in the logs

Additional context

deboer-tim commented 6 days ago

I haven't hit this issue, but I did see some lagginess last week while comparing to other kube objects, and I have a feeling this might be because pods page (kube client) was never updated to use the informers.