{% extends "layout.html" %} {% block javascript %} {{ super() }} {% endblock %} {% block content %} {% if rok_token|length > 0 %}

Notebook Servers


Status Name Created Image CPU Memory Volumes Actions
{% else %}
×

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

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 {{ ns }} create -f secret-rok-{{ username }}.yaml
5. Verify that your new secret has been created: kubectl -n {{ ns }} get secret secret-rok-{{username}}
6. Refresh this page

{% endif %} {% endblock content %}