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

Pods number doesn't update on scale up or scale down #2401

Closed
bboreham opened this issue Mar 27, 2017 · 2 comments
Closed

Pods number doesn't update on scale up or scale down #2401

bboreham opened this issue Mar 27, 2017 · 2 comments
Assignees
Labels
bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Milestone

Comments

@bboreham
Copy link
Collaborator

When I press the + or - (scale up or scale down) buttons, the number in the topology doesn't update until I press refresh.

See picture below: on the right it says "# PODS: 2" while on the left it says "3 pods".

image

@2opremio 2opremio added bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer labels Mar 27, 2017
@2opremio 2opremio added this to the 1.3 milestone Mar 27, 2017
@2opremio 2opremio self-assigned this Apr 4, 2017
@2opremio 2opremio removed their assignment Jun 5, 2017
@2opremio
Copy link
Contributor

2opremio commented Jun 5, 2017

Must be a UI state problem

@rndstr rndstr assigned rndstr and unassigned rndstr Jun 7, 2017
@rade rade modified the milestones: 1.3, Next, 1.6 Jul 12, 2017
@rade
Copy link
Member

rade commented Jul 19, 2017

@bboreham reports that the number on the main canvas remains wrong even after closing the detail panel.

@rndstr has reproduced the problem.

As @2opremio says, this most certainly is a UI issue. To check, retrieve the controller topology with something like

curl -s http://localhost:4040/api/topology/kube-controllers | jq -S '.' > controllers.json

and look at the counts contained in that.

@rndstr rndstr self-assigned this Jul 19, 2017
rndstr added a commit that referenced this issue Jul 19, 2017
rndstr added a commit that referenced this issue Jul 19, 2017
By only caching layout values (x, y).

Fixes #2401.
rndstr added a commit that referenced this issue Jul 21, 2017
By only caching layout values (x, y, rank)

Fixes #2401.
@rade rade modified the milestones: Next, 1.6 Jul 28, 2017
@rade rade modified the milestones: 1.6, Next Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Projects
None yet
Development

No branches or pull requests

4 participants