Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions performed in Cluster Dashboard's Workloads > Pods screen do not immediately reflect #6968

Closed
gunamata opened this issue May 31, 2024 · 2 comments · Fixed by #6983
Closed
Assignees
Labels
area/cluster-dashboard kind/bug Something isn't working
Milestone

Comments

@gunamata
Copy link
Contributor

gunamata commented May 31, 2024

Actual Behavior

When you perform an action in the Cluster Dashboard's Workloads > Pods, the expected outcome of the action doesn't reflect in the dashboard UI immediately. You need to close the cluster dashboard and reopen to see the change.

Steps to Reproduce

  • Create a sample deployment

kubectl create deployment nginx-test --image=nginx --port=80

  • Go to the Cluster Dashboard's Workloads > Pods screen.
  • Delete the the nginx pod

Result

You don't see any changes to the pod item in the table. If you close and reopen the dashboard, you will see that a new pod is spun up. This behavior was working as expected in 1.13

Expected Behavior

You should immediately see the pod terminating and a new pod starting in the table

Additional Information

No response

Rancher Desktop Version

1.14

Rancher Desktop K8s Version

1.29.3

Which container engine are you using?

moby (docker cli)

What operating system are you using?

Windows

Operating System / Build Version

Windows 10

What CPU architecture are you using?

x64

Linux only: what package format did you use to install Rancher Desktop?

None

Windows User Only

No response

@gunamata gunamata added kind/bug Something isn't working area/cluster-dashboard labels May 31, 2024
@mook-as
Copy link
Contributor

mook-as commented Jun 3, 2024

Possibly related, in the JS console:

WebSocket connection to 'ws://127.0.0.1:6120/k8s/clusters/local/v1/subscribe?sockId=2' failed: Error during WebSocket handshake: Unexpected response code: 200

This sounds like it may be a regression from b0e15f2 given the time frames.


Reverting #6688 manually did in fact fix the issue. Still investigating.

@jandubois
Copy link
Member

Fixed by #6983

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster-dashboard kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants