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?** DevSpace sync does not sync changes to the container from the subfolders of a symlink. **What did you expect to happen instead?** DevSpace sync should sync changes to...
**Is your feature request related to a problem?** Yes. Especially in CI environment, the build avoidance mechanism fails because of Dockerfile or build context. **Which solution do you suggest?** 1....
**What happened?** * Connect to congested wifi (retransmissions, dropped packets, interference) * Throughput on wifi: [https://www.speedtest.net/result/14901281406](https://www.speedtest.net/result/14901281406) * Startup wireshark * run `devspace sync` * See very chatty protocol sending only...
**What happened?** I have a main API gateway project, with multiple services it depends on, and my devspace setup reflects that ie. gateway devspace depends on other service's `devspace`s. All...
**What happened?** When I do a `devspace deploy` I got the follow error : ``` error: You must be logged in to the server (the server has asked for the...
**What happened?** Using `devspace dev` and then connecting VS Code via SSH to launch editor does not work on Windows. Same exact project in MacOs works fine. If I recreate...
**Is your feature request related to a problem?** Sometimes, after a change has been made to a helm chart, devspace will recognise this as a divergent branch: ``` Error cloning...
**What happened?** `get_flag` should print the value of the flag once. **What did you expect to happen instead?** `get_flag` prints the value of the flag twice. **How can we reproduce...
**Is your feature request related to a problem?** No **Which solution do you suggest?** When profile patches have paths that do not match anything log a warning. Currently DevSpace does...
**Is your feature request related to a problem?** Yes, my problem is that i need to debug a init container. This isn't possible right now as simply can't select the...