HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Cannot keep another pod in same space as the one running hsds #54

Closed Akshay-Thakare closed 4 years ago

Akshay-Thakare commented 4 years ago

Hi,

I observed that the following line throws an error if we have any pod apart from hsds running in our namespace https://github.com/HDFGroup/hsds/blob/master/hsds/basenode.py#L305

Kindly look into the same.

Thanks, Akshay

jreadey commented 4 years ago

Does this update fix the issue: https://github.com/HDFGroup/hsds/commit/6cc3a032d07fbb1380ee3360c89cf5f052c8fcc1?

Akshay-Thakare commented 4 years ago

Issue fixed. Thank you.