Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Except for the admin user, others only get their own notebook instances.
The following is updated notebookSpec. Use a key-value pair (ownerId:<user id>) to identify the owner of notebook instance and all notebook instances should be labeled with "notebook-owner-id=<user id>".
{ "meta": { "name": "my-nb", "namespace": "default", "ownerId": "e9ca23d68d884d4ebb19d07889727dae" }, "environment": { "name": "environment_name" }, "spec": { "envVars": { "TEST_ENV": "test_env" }, "resources": "cpu=1,memory=0.5Gi,nvidia.com/gpu=2" } }
Attachments
Issue Links
- links to