[
https://issues.apache.org/jira/browse/SUBMARINE-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan Lo updated SUBMARINE-632:
------------------------------
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>".
{code:json}
{ "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" } }
{code}
was:Except for the admin user, others only get their own notebook instances.
> Users only get their own notebook instances
> -------------------------------------------
>
> Key: SUBMARINE-632
> URL: https://issues.apache.org/jira/browse/SUBMARINE-632
> Project: Apache Submarine
> Issue Type: Sub-task
> Components: Workbench Notebook
> Reporter: Ryan Lo
> Assignee: Ryan Lo
> Priority: Major
> Fix For: 0.5.0
>
>
> 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>".
> {code:json}
> { "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" } }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]