You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Ryan Lo (Jira)" <ji...@apache.org> on 2020/09/27 04:27:00 UTC

[jira] [Updated] (SUBMARINE-632) Users only get their own notebook instances

     [ 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: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org