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

At present Helm charts are downloaded from a GitHub repo or from a local file path. Enable Helm charts to be downloaded from official repositories. https://github.com/helm/helm/blob/a499b4b179307c267bdf3ec49b880e3dbd2a5591/cmd/helm/repo_add.go

enhancement

**Describe the bug** When creating an ingress that binds to a port that requires root access such as 443, Shipyard reports that the connection has been created but it actually...

bug

At present Shipyard will connect containers and resources to the Docker bridge network when no network is specified. However, this does not set the hostnames which allow containers to communicate...

enhancement

`shipyard run` should validate the configuration beyond HCL2 validation.

enhancement
provider
ux

We should add more flexibility to Container Volumes to add support for mounting volumes from other images, downloading archives and files, etc. ```hcl # Other image volume { source {...

enhancement

We are on the fence about whether Shipyard should be a Terraform provider, after much deliveration we felt the workflow was not quite right. There were things like wanting to...

question

Hi, I wanted to check-in regarding any plans in the road map to support multi node k8s clusters using Shipyard. I am trying to test out a few things using...

Shipyard should have an exec command which allows interactive shell to a container, pod or nomad job. The UX around the shell should have the following options: 1. All in...

enhancement
core
ux

Currently, there is not a way to have multiple blueprints coexist sanely. Blueprints should be namespaced or ordinal numbers added to their resource names in order to segregate and list...