devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
## Problem **Is your feature request related to a problem?** Yes, usability. Most CLI tools have a more logical argument order. As you want to be efficient at the command...
**What happened?** When a user is not properly authenticated to clone a dependency git repository, the clone silently fails and then the user is presented with `.devspace/dependencies/79dde... very long hex...
**What happened?** There doesn't seem to be a way to override the `apiVersion: extensions/v1beta1` DevSpace uses for the `ingress-nginx` controller which could be responsible for the ingress controller not working...
**What happened?** In V6, uploadExcludePaths is missing from devspace.yaml and it leads to sync node_modules from local to container. The devspace-quickstart-nodejs project fails to start as it uses the synched...
**Is your feature request related to a problem?** As discussed in the Slack channel, with devspace 6.0.0-alpha.13 there is currently only `create_deployment [name] --from-file file.yaml` to adjust the helm values...
I run vcluster in Minikube localy for testing purposes and I can't get local image building working. Please, could you check my config? I'm not sure about "buildKit" and "docker"...
After upgrading to version 5.16.0 devspace did not start correctly. ``` devspace dev [info] Using namespace 'de' [info] Using kube context 'kubernetes-admin@kubernetes' [info] Skipping building image nginx [info] Skipping building...
**Is your feature request related to a problem?** Yes, currently when using devspace Component Helm Charts there is no way to get access to the temporary generated values.yaml file or...
**Is your feature request related to a problem?** I have an aspnet core solution with many projects. Each project is built into its own docker image. I created a solution-wide...
devspace is reporting is it not authorized to preform any action in a specific context (AWS EKS cluster) while kubectl has no issue at the same time. **What happened?** ```...