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

**Is your feature request related to a problem?** Yes, when running commands, we always check for updates by calling the GitHub API. When running many commands in a short time...

kind/enhancement
area/upgrade

[https://github.com/loft-sh/devspace/blob/596b007df4b4d7cbaafb188ee48295d68ebcf599/pkg/devspace/server/port_forward.go#L94](https://github.com/loft-sh/devspace/blob/596b007df4b4d7cbaafb188ee48295d68ebcf599/pkg/devspace/server/port_forward.go#L94) With the prevalence of ipv6-only networks growing (and allowing this to work in environments like WSL), can you please consider binding to `localhost` instead of a hardcoded ipv4 address?

kind/question

**Is your feature request related to a problem?** kinda **Which solution do you suggest?** It would be a great feature if devspace could deploy an image, wait for it to...

kind/feature
area/chart-deployment

**What happened?** I tried to deploy a simple component chart pointing to an existing service: ``` helm: chart: name: component-chart repo: https://charts.devspace.sh values: ingress: ingressClassName: nginx annotations: cert-manager.io/issue-temporary-certificate: 'true' rules:...

kind/bug

**Is your feature request related to a problem?** No **Which solution do you suggest?** * Devspace should have a flag that permits continuous file sync to an existing deployment. Currently,...

kind/feature
needs-decision

**Is your feature request related to a problem?** Yes, it is related to creating a function that does quite complicated operations on dependency arrays better done in languages other than...

kind/feature

**What happened?** I updated devspace from version 5 to 6, using the config version `v1beta9` and ran into this error when trying to deploy: `create_deployments: error deploying Y: couldn't find...

needs-information

**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?** (use `resolves...

needs-information

**What happened?** Unable to use any CLI commands at all. I just get the following error: ``` Finishing installation of DevSpace CLI Unable to find global npm/yarn dir ``` **What...

**Is your feature request related to a problem?** Yes. I should use a k8s manifest file for using `hostPath` volume, but it would be nice if I could use the...

kind/feature
area/chart-deployment
area/component-chart