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?** In attempting to use devspace with my local microk8s node, with the kaniko builder, I get an error: ``` [image] error building image: error building stage: failed to...
Would be nice to be able to activate profile based on devspace's variables like `DEVSPACE_NAMESPACE`. Those are accessible in vars source command, but not as env var for activation. P.S....
**What happened?** My `sync` settings look like: ``` - imageName: webpack disableDownload: false localSubPath: services/webpack initialSync: mirrorLocal downloadExcludePaths: - assets/images/ - assets/scripts/ - assets/stylesheets/ - node_modules/.cache/ uploadExcludePaths: - node_modules/ -...
**What happened?** When trying to open port-forward with `devspace open`, devspace fails to open port-forward to services that are using named ports. ``` ? Select the service you want to...
**What happened?** If you have a custom command that is attempting to execute a bash script that references a command line argument $0 will reference the first command line argument...
**What happened?** The [Codespaces](https://github.com/features/codespaces) expose their ports through https. Since the UI loads its config through HTTP, Chrome rejects the request: > Mixed Content: The page at '[https://xxxx.githubpreview.dev/](https://xxxx.githubpreview.dev/)' was loaded...
**What happened?** hot reloading not working in the devspace-quickstart-java example Exception in thread "main" java.net.BindException: Address already in use at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:552) at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:336) at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294) at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88)...
**What happened?** Using mirrorLocal (default) initial sync, files, which are locally non-existent, were not deleted from remote because that directory was specified in the downloadExcludePaths. **What did you expect to...
Currently DevSpace will not sync files until there is at least a short duration where no file changes occur. However, in certain scenarios there are constantly changing files, like logs...
**Is your feature request related to a problem?** We would like to use the same ECR repo for different images and differentiate them using a tag. It seems that devspace...