{% extends "default_template.html" %} {% block css %} {{ super() }} {% endblock %} {% block javascript %} {% endblock %} {% block existing_pvcs %} {% endblock %} {% block error_message %} {{ super() }} {% if rok_token|length == 0 %}

The Secret secret-rok-{{username}} could not be found in the Namespace {{ namespace }}

Please follow the steps below to address this issue:

1. Log in to Rok
2. Go to Settings -> API access
3. From the dropdown box choose "Kubernetes secret", and download your secret to your computer as a local file, e.g., secret-rok-{{username}}.yaml
4. Create a new secret on Kubernetes: kubectl -n {{ namespace }} create -f secret-rok-{{username}}.yaml
5. Verify that your new secret has been created: kubectl -n {{ namespace }} get secret secret-rok-{{username}}
6. Refresh this page

{% endif %} {% endblock %} {% block header %} {% if rok_token|length > 0 and form_defaults %}
Provide a Rok Lab URL to autofill the form and clone a whole Jupyter Lab environment.

Load an existing Jupyter Lab by providing a valid Rok URL.

{{ super() }} {% endif %} {% endblock %} {% block image %} {% if rok_token|length > 0 and form_defaults is not none %} {{ super() }} {% endif %} {% endblock %} {% block toggle_advanced_button %} {% if rok_token|length > 0 and form_defaults is not none %} {{ super() }} {% endif %} {% endblock %} {% block advanced_fields %} {% if rok_token|length > 0 and form_defaults is not none %} {{ super() }} {% endif %} {% endblock %} {% block workspaceVolume %} {% if rok_token|length > 0 and form_defaults is not none %}

Configure the Volume to be mounted as your personal Workspace.
For example, to create an empty Workspace: New, workspace, 10, /home/jovyan

{% endif %} {% endblock %} {% block dataVolumes %} {% if rok_token|length > 0 and form_defaults is not none %}

Configure the Volumes to be mounted as your Datasets.
For example, to create an empty Data Volume: New, volume-1, 5, /home/jovyan/volume-1

{% endif %} {% endblock %} {% block footer %} {% if rok_token|length > 0 and form_defaults is not none %} {{ super() }} {% endif %} {% endblock %}