jumppad icon indicating copy to clipboard operation
jumppad copied to clipboard

Modern cloud native development environments

Results 54 jumppad issues
Sort by recently updated
recently updated
newest added

Implement a driver for Kubernetes clusters which uses the Kind library https://github.com/kubernetes-sigs/kind

enhancement
provider

I would like to see a blueprint validate so errors can be caught before run. Validate could also be used in CI as I upload blueprints to github shipyard validate

No CLI should be without an applicable man page. I'd want to check here first vs having to go online to shipyard's documentation.

If I supply a command in which arguments are required. I'd expect help to be displayed on stdout vs doing nothing and exit which is currently what is being experienced.

Defining a resource using: `foo.example.com` results in an error. I would expect I can use dot notation to define my resources. You can sanitize this during blueprint parse as you...

Let's try and trap and send the appropriate exit code. For instance. On error, I should not see exit code zero and would expect 1 or another code depending on...

**shipyard list:** should show blueprints that are running This would be a nice command to show all currently running blueprints. This should be backlogged, however, because at this time multiple...

Nomad allows a network namespace to be defined for a task group, this namespace does not allow ingress traffic from any other namespace. Traffic in the group can talk freely....

enhancement

Modify the behaviour of Shipyard so that networks are namespaced `[network].shipyard`. This resolves an interesting failure to apply a blueprint as the user had an existing network with the same...

enhancement

Integrate shipyard with Jupiter Notebooks, this would be nice to integrate as a full resource. ```hcl jupyter "mynotebook" { target = "container.mine" } ``` Ref: https://jupyter.org/

enhancement
provider