opendatahub-io-contrib / jupyterhub-singleuser-profiles

MIT License
11 stars 24 forks source link

Add a case for when node memory allocatable is in bytes #200

Closed accorvin closed 2 years ago

accorvin commented 2 years ago

In some cases we have seen where a node can report its allocatable memory amount in bytes, with no unit specifier at the end. JSP does not currenty support this case. When this happens, no notebook size options are presented to the user and there is no ability to spawn a notebook. This adds a case to the function to handle this.

accorvin commented 2 years ago

This addresses https://issues.redhat.com/browse/ODH-506