devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
**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...
**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...
**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...
**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...
**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...
**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  **What did you expect to happen instead?** I expected to see the...
**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).
**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: -...
**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...