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?** I have a configuration running several applications, some dbs, ect... inside Kubernetes. This is deployed with Rancher / Helm and we are using devspace to do local file...
**What happened?** In kubernetes 1.29 the Sidecar feature became general available. This means you have a init container which has a `restartPolicy: Always` runs forever, effectively as a sidecar. This...
fixes #2865 **What issue type does this pull request address?** (keep at least one, remove the others) /kind bugfix **What does this pull request do? Which issues does it resolve?**...
# Issue describe since legacy kube api not support server-side apply, when use remote buildkit will get the error: ```shell local-registry: Starting Local Image Registry build_images: build images: create builder:...
**What happened?** Trying to run `pytest` and `coverage`, and display the results in terminal using `onUpload.exec.command`. This is probably just user error. [I've asked about it on SO](https://stackoverflow.com/questions/78577854/trying-to-show-pytest-and-coverage-results-on-every-sync-using-devspace). **What did...
**What happened?** When an `inCluster` setting is provided, the `localRegistry` config is totally ignored. This is related to, but not the same issue, as: https://github.com/devspace-sh/devspace/issues/2700 **What did you expect to...
**What issue type does this pull request address?** (keep at least one, remove the others) /kind bugfix **What does this pull request do? Which issues does it resolve?** (use `resolves...
Bumps [webpack](https://github.com/webpack/webpack) from 4.38.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
**What happened?** Every time I run any devspace command, even `--help`, it starts downloading .. "Download DevSpace CLI release:", which takes several seconds and is very annoying. **What did you...
**What happened?** I had node installation using fnm on Windows. Windows PATH does not contain in this installation path to npm, as in this case used node version (and corresponding...