nerd
nerd copied to clipboard
Your personal nerd that takes care of running jobs on the Nerdalize cloud
## Expected Behavior Complete the login command. ## Actual Behavior Nothing happens. ## Steps to Reproduce the Problem 1. Follow the Getting Started Guide to download and install `nerd` 1....
 We need to decide if we want to keep track of the datasets inside the jobs labels or specs or if it isn't a problem
Whenever a job is removed while the dataset is referring to it "input from"/'output for" we might want to dereference this.
During initial implementation it became clear that we need to keep metadata for datasets. At the very least we will need to keep the filesize of a dataset and the...
During the initial dataset implementation it became clear that zipping the file before uploading it to an object store has two downsides: - CON: both upload and download require a...
## Expected Behavior nerd job create --memory 0.2 --vcpu 0.5 alpine sleep 100000 command 'create' does not exist ## Actual Behavior failed to parse flags(s): unknown flag `memory'
I'm currently running into an issue that prevents me from logging in at all, when running `nerd login` it opens an empty browser window. When running the underlying os command...
It is currently hard to provide the correct feedback to users in just the job listing overview: - Show command and arguments used to run the job - Show all...
## Expected Behavior We've encountered a job that had multiple pods being started with the latest pod nog being the one that runs successfully. Basically it knows that one pod...
We have seen issues of clients timing out and waiting for a long time upon requesting the local version. We would like to make sure the "nerd version" command times...