rancher: Deleting pod in pod view does not refresh page

Rancher versions: rancher/server: v2.0.0-alpha26

Steps to Reproduce:

  • Open a pod view in the UI (URL: p/cluster-pdsk9:project-jrzcp/workloads/nginx:nginx-hnq6n)
  • Delete the pod using the menu

Results: Pod delete action is executed, page is not refreshed.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (5 by maintainers)

Most upvoted comments

Steps to validate:

  1. Create a DigitalOcean Cluster carolyntest
  2. Create a workload named myworkload under Default
  3. Go to pods within myworkload, and delete it. Pods status from Running to Removing then come back to myworkload page.
  4. Create a standalone pod, kubectl --kubeconfig kube.config apply -f pod.yaml.
  5. Go to this standalone pod and delete it. All the deletion process is in workload list page.

All things works as expected.

If a pod is a standalone pod, it will jump to workload list page when pod is removed.

If not, it will jump to workload detail page when pod is removed

sep-13-2018 13-37-13