devspace icon indicating copy to clipboard operation
devspace copied to clipboard

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

Results 356 devspace issues
Sort by recently updated
recently updated
newest added

**What happened?** When using devspace v6 with a v1beta11 configuration some sync hooks are not executed. **What did you expect to happen instead?** I expected my hook to be executed...

kind/bug

**Is your feature request related to a problem?** Commands that are run during a sync's `onUpload` may require git credentials. In a case reported in Slack, the user wants to...

**Is your feature request related to a problem?** Running shellcheck on pipeline code is currently not possible or cumbersome. **Which solution do you suggest?** Adding the ability to define pipeline...

kind/feature

**Is your feature request related to a problem?** After creating [https://github.com/FactFiber/devspace-nginx-s3](https://github.com/FactFiber/devspace-nginx-s3) to proxy s3 locations, I realize I need to proxy more than one bucket/prefix. The simplest way to do...

kind/feature
kind/design
area/config

**What happened?** I'm trying to deploy a kubernetes job with `devspace 6` while `devspace dev` is running. * `devspace dev` * `devspace deploy -p xyz-my-job-generate` * `run_dependencies: couldn't execute 'devspace...

kind/bug
bug

**What happened?** A user running devspace deploy got several different types of git errors, se below. The problems was experienced multiple times over 2hour duration. After restarting his machine everything...

kind/bug
bug

**What happened?** I was following the [IDE integration](https://www.devspace.sh/docs/ide-integration/visual-studio-code) example, and got the following error from Visual Studio ![](https://uploads.linear.app/0aab256f-61c4-44f4-9aff-15fe09c2026b/82e4e989-3933-40d3-945d-0634be16e630/0795c364-2778-496c-9ae6-9f82e3c123a1) **What did you expect to happen instead?** I expected to see the...

kind/bug
bug

**Is your feature request related to a problem?** Currently, you support kubernetes manifests, kustomize, and helm. I think it would be valuable to extend support for [timoni](https://github.com/stefanprodan/timoni).

kind/feature

**Is your feature request related to a problem?** Yes, we would like to be able to update dependencies when running devspace commands like dev/pipeline. I tried using ``` proxyCommands: -...

kind/feature

**Is your feature request related to a problem?** Currently, users must create and mount a config map or secret using the `--from-env-file` option in order to make variables from a...

kind/feature