portainer / kubernetes-beta

Feedback for the BETA version of Portainer with Kubernetes support
19 stars 1 forks source link

[TOPIC] - Cluster #13

Open deviantony opened 4 years ago

deviantony commented 4 years ago

Have some feedback about the cluster related features? Discuss it here.

tomasz-zylka-fluke commented 4 years ago

Hi team! Great job :) Have a question about cluster view - would that be possible to show additionally disc space usage?

deviantony commented 4 years ago

@tomasz-zylka-fluke we'll keep in mind for future evolutions around the cluster features but AFAIK there is no way to get this information through the Kubernetes API. Maybe with the metrics-server enabled.

deviantony commented 4 years ago

A user reported that it would have been interested to see the public IP of the node in the node list. They reported that this information was available if a CCM was available and returning this information.

Example of YAML information available:

addresses:
 - address: scw-foo-wizardly-torvalds-18bdf335272645aba33f
   type: Hostname
 - address: 10.9.172.115
   type: InternalIP
 - address: e58cc88f-1a74-40d2-b934-6dc4db8b711e.domain.com
   type: InternalDNS
 - address: 143.112.126.221
   type: ExternalIP
 - address: e58cc88f-1a74-40d2-b934-6dc4db8b711e.pub.domain.com
   type: ExternalDNS
WhiteBahamut commented 4 years ago

I love the graphical view for swarm nodes, would be great to have it here as well, though it migh get even bigger..

deviantony commented 4 years ago

@WhiteBahamut are you talking about the visualizer? If so, yes it is in our plans to add one.