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?** Trying to use an image name in a pipeline ```sh → devspace run-pipeline test --skip-build info Using namespace 'tmp' info Using kube context 'minikube' image ``` **What did...
**What happened?** cli crashed, panic: runtime error: invalid memory address or nil pointer dereference **What did you expect to happen instead?** Expected minimal devspace.yml to be generated **How can we...
Trying to declare a couple of helper functions. But at the moment, it is a bit of a trial and error process because of the lack of documentation. I have...
**What issue type does this pull request address?** (keep at least one, remove the others) /kind enhancement /kind feature **What does this pull request do? Which issues does it resolve?**...
**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?** Resolves #2838....
**What happened?** Using `devspace sync` I was having trouble with downward syncing files, e.g. changes on the pod were not mirrored locally. Using a `test.txt` file at the same project...
**Is your feature request related to a problem?** Related to https://github.com/devspace-sh/devspace/issues/2820 **Additional context** The above issue would have been easier to resolve if we had passed the debug line to...
**Is your feature request related to a problem?** At the moment, devspace allows us to build and load image directly into a **kind** cluster. For other clusters, such as k3d,...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Documentation https://www.devspace.sh/docs/configuration/dev/connections/file-sync#exclude-paths-inline is not clear about the **excludePath** function. Add additional info about the excluded paths must be relative to the path to be synchronized. Thank you