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?** Profile patches are not applied if helm values are loaded from a file with `$(cat values.yaml)`. I have used this feature in v5 as values can't be patched...
**What happened?** Sometimes it happens devspace syncs folders outside of the folder where devspace is defined. Specifically it happens when the `vcluster connect` returns a "Broken pipe" error. We have...
**What happened?** After upgrading from devspace v5 to v6 the `devspace dev` is no longer working. It seems like a "A chicken and egg situation". The containers no longer starting...
**Is your feature request related to a problem?** Not really, just inconvenient. In v6 it only streams the first pod's logs that matches the selector(s). In v5 it streams all...
**What happened?** When adding an `exec_container` command to a pipeline, the resulting deployment overrides the `dev..devImage` property of the service and instead causes the `runtime.images.` value to be referenced. This...
**What happened?** I've upgraded devspace from v5 to v6 and hook event: \["devCommand:after:deploy"\] stopped working (do not trigger) **What did you expect to happen instead?** That hooks are still working...
Tanka is a deployment tool for kubernetes created by grafana labs and could be integrated as a new section to `deployments` **Which solution do you suggest?** here is an example...
**Is your feature request related to a problem?** Yes, currently devspace dev local syncs rely on your local directory to emit MODIFY events when a file is updated. This can...
**devspace dev\` fails with unable to upgrade connection: Forbidden** ``` start_dev: start sync: exec: unable to upgrade connection: Forbidden fatal exit status ``` For some reason, it does not seem...
**What happened?** If I try to override a `var` in a profile using the `merge` option, it does not work. **What did you expect to happen instead?** I would expect...