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)
Steps to validate:
carolyntest
myworkload
underDefault
myworkload
, and delete it. Pods status fromRunning
toRemoving
then come back tomyworkload
page.kubectl --kubeconfig kube.config apply -f pod.yaml
.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