ogre0403
ogre0403
### 1. Issue or feature description Is it possible that one gpu card is assigned to multiple pod ? As I know, GPU sharing among multiple pod is not easy....
Hi, Thanks for your awesome work for visualizing upgrade path. I've used it to figure out the path from 4.3 -> 4.4 -> 4.5 in the past year. Today, we...
openstack-exporter use gophercloud [Network struct](https://github.com/gophercloud/gophercloud/blob/2476cc7244b28e92ac31e16c3e4570c87dee1183/openstack/networking/v2/networks/results.go#L51) to unmarshal json response. However, this struct did not have fields from neutron extension. For example, Network MTU is not defined in [Network struct](https://github.com/gophercloud/gophercloud/blob/2476cc7244b28e92ac31e16c3e4570c87dee1183/openstack/networking/v2/networks/results.go#L51), but...