devspace icon indicating copy to clipboard operation
devspace copied to clipboard

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

Results 356 devspace issues
Sort by recently updated
recently updated
newest added

I don't have cert-manager installed as I handle certificates in Caddy container. Can I use `tls` option without actually generating certificate? I need this to open port 443. Thank you....

Currently, we construct a devspace yaml file by having the default `dev` profile simply define an empty structure, and then all other profiles patch it. Some profiles are building block...

kind/feature
area/config

**Is your feature request related to a problem?** When you start developing using `devspace dev`, devspace tries to download the latest `devspacehelper` binary via GitHub inside the container. However, most...

area/dev

**What issue type does this pull request address?** (keep at least one, remove the others) /kind bugfix /kind enhancement /kind feature /kind documentation /kind test **What does this pull request...

**What happened?** Using a php symfony demo app without a Dockerfile, DevSpace asks which language to use for creating the Dockerfile. Auto-detection pre-selects JS. Confirming PHP leads to a PHP...

**What happened?** Running `devspace init` with a docker-compose.yml present in the repo, there are several issues: 1. Volumes in docker-compose.yml may contain `_` character which is not permitted as Kubernetes...

**What happened?** This is not exactly a bug, since devspace handles it well, I just was amazed by the memory used at some point by the `devspacehelper sync` commands and...

area/sync

**Is your feature request related to a problem?** when a pod is evicted (not sure why the evicted pod didn’t get deleted after 24 h) we can still see it...

area/dev

``` error deploying: error deploying php: deployments[php].helm.componentChart: component values are incorrect: yaml: unmarshal errors: line 18: field shared not found in type latest.VolumeMountVolumeConfig ``` [https://devspace.sh/component-chart/docs/configuration/containers#volumeshared](https://devspace.sh/component-chart/docs/configuration/containers#volumeshared) ``` volumeMounts: - containerPath: /var/run/php...

kind/bug
area/chart-deployment

**Is your feature request related to a problem?** currently we just see `DevSpace is waiting, because Pod pod-7c9dd4cd7-h4cr9-xn7tp has status: Init:0/3` and from loft UI we can see no logs...

area/dev