{% extends "default_template.html" %} {% block css %} {{ super() }} {% endblock %} {% block javascript %} {% endblock %} {% block existing_pvcs %} {% endblock %} {% block error_message %} {{ super() }} {% if rok_token|length == 0 %}
secret-rok-{{username}}
could not be found in the
Namespace {{ namespace }}
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
Load an existing Jupyter Lab by providing a valid Rok URL.
Configure the Volume to be mounted as your personal Workspace.
For example, to create an empty Workspace:
New
,
workspace
,
10
,
/home/jovyan
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