Dashboard: Empty pod list on node details page

Created on 22 Jul 2016  路  10Comments  路  Source: kubernetes/dashboard

Issue details

Environment
Dashboard version: latest
Kubernetes version: latest
Operating system: Ubuntu
Node.js version: v5.10.1
Go version: go version go1.6.2 linux/amd64
Steps to reproduce

  1. Start empty cluster.
  2. Go to /nodes view.
  3. Open node details view (note: node shouldn't have any pods scheduled).
Observed result

Only table headers are displayed in pods table.

Expected result

In pods section there is information, that there is nothing to display.

kinbug

All 10 comments

What do you mean? Can you post a screenshot?

Looking at this now.

selection_005

@digitalfishpond Yes, that's the problem.

Would something like this be acceptable? Or would we want the generic zerostate message ('There is nothing to display here')

selection_007

Currently if there are no resources to display pods/replicasets etc., we are just hiding this element so it doesn't take space. Like in here.

So it seems, that we need only one ng-if there at the moment :)

In longer term I think it would be nice to inform users, that there are no pods scheduled on given node. Otherwise, they might think, that this feature is no implemented yet or something is not working correctly.

Fixed with #1094

Moved the general issue of showing message rather than hiding component to new issue #1095

@digitalfishpond Sure. Closing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MichaelJCole picture MichaelJCole  路  5Comments

eloyekunle picture eloyekunle  路  3Comments

andrei-dascalu picture andrei-dascalu  路  3Comments

maciaszczykm picture maciaszczykm  路  3Comments

mxey picture mxey  路  3Comments