You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file ./renku/renku.ini there are options for renku configs. For example, setting the default_url = "/vnc" will direct the 'connect' button to the vnc:
However, other options are not picked up. For example, after running renku config set interactive.mem_request "4G" and renku config set interactive.cpu_request "1", these defaults are not selected in the UI:
Reproduce
Create an empty project and run renku config set interactive.mem_request "4G" and renku config set interactive.cpu_request "1" from the terminal
Wait for the image to build and go to the environments page
See that the defaults are not shown.
The text was updated successfully, but these errors were encountered:
Thank you for reporting that!
I fear something changed here SwissDataScienceCenter/renku-python#1834 and the UI doesn't support this change yet. Fixing it should be easy.
Support the new section name for environments variables introduced
in version 0.14.1 by renku-python, keeping backward compatibility.
SwissDataScienceCenter/renku-python/releases/tag/v0.14.1
fix#1306
Description
In the file
./renku/renku.ini
there are options forrenku config
s. For example, setting thedefault_url = "/vnc"
will direct the 'connect' button to the vnc:However, other options are not picked up. For example, after running
renku config set interactive.mem_request "4G"
andrenku config set interactive.cpu_request "1"
, these defaults are not selected in the UI:Reproduce
renku config set interactive.mem_request "4G"
andrenku config set interactive.cpu_request "1"
from the terminalThe text was updated successfully, but these errors were encountered: