[ 
https://issues.apache.org/jira/browse/SUBMARINE-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liu Xun updated SUBMARINE-632:
------------------------------
    Fix Version/s: 0.5.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

Issue resolved by pull request 423
[https://github.com/apache/submarine/pull/423]

> 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
>              Labels: pull-request-available
>             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]

Reply via email to