Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ws): Notebooks 2.0 // Frontend // Call To Create Workspace #217

Open
wants to merge 1 commit into
base: notebooks-v2
Choose a base branch
from

Conversation

YosiElias
Copy link
Member

Implement call to backend to create workspace as part of #57

Tested with this field & data (according to the readme of backend):
{
data: {
name: 'dora',
paused: false,
defer_updates: false,
kind: 'jupyterlab',
pod_template: {
pod_metadata: {
labels: {
app: 'dora',
},
annotations: {
app: 'dora',
},
},
volumes: {
home: 'workspace-home-bella',
data: [
{
pvc_name: 'workspace-data-bella',
mount_path: '/data/my-data',
read_only: false,
},
],
},
options: {
image_config: 'jupyterlab_scipy_190',
pod_config: 'tiny_cpu',
},
},
},
}

Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ederign for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@YosiElias YosiElias changed the title Create workspace call to bff feat(ws): Notebooks 2.0 // Frontend // Call To Create Workspace Feb 20, 2025
@YosiElias YosiElias force-pushed the create-workspace-call branch from 1efc32b to 5355279 Compare February 20, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

1 participant