Prashant Tiwari

Results 14 issues of Prashant Tiwari

### Describe the bug extra_resource_limits in the JupyterHub profile in config prevents node autoscaling. The following config fails to launch the GPU instance. Say you have a node group like...

type: bug 🐛
provider: AWS
needs: investigation 🔍

### Feature description The conda environments NFS file share doesn't need to be snapshotted as they can be created with conda-lock files (the feature is WIP in conda-store). The only...

area:backup-and-restore :floppy_disk:

### Feature description This ticket is the first step in creating a reliable backup and restore service for Nebari. This ticket is an attempt to propose CLI interface for backup....

area:backup-and-restore :floppy_disk:

### Feature description We want to add a CLI to restore Nebari to a previous snapshot. ### Interface List snapshots ``` $ nabari restore --list-snapshots // // ... ``` Restore...

area:backup-and-restore :floppy_disk:

### Feature description We want to expand the existing configuration to allow it to specify backup parameters. Backing up Nebari includes the following: 1. KeyCloak user details. 2. User data...

area:backup-and-restore :floppy_disk:

### Feature description We want to add the ability to back up Nebari's KeyCloak store. ### Interface ``` nebari backup user-creds --backup-location ``` ``` nebari restore user-creds --backup-location ``` ###...

area:backup-and-restore :floppy_disk:

### Feature description We want to add the ability to back up Nebari's NFS store. ### Interface This functionality will be exposed in Nebari CLI. Currently, we are using MinIO...

area:backup-and-restore :floppy_disk:

### Describe the bug I am deploying Nebari locally on the Mac ARM (M3). Deployment is failing with the error: `ERROR: After stage=04-kubernetes-ingress unable to connect to ingress host=172.18.1.100 port=80`...

type: bug 🐛
area: k8s ⎈
area:developer-experience 👩🏻‍💻

I have added a bit of logic that differentiates between public and private messages and acts accordingly.

This PR simplifies the current `test_local_integration.yaml` and extracts its locally reproducible business logic into a Makefile. Follow these steps to run deployment tests locally: 1. Initialize ``` make init ```...