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

Snyk has created this PR to upgrade sass from 1.49.9 to 1.52.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

When using either download or uploadExcludeFile under dev.sync\[\*\] with following `.gitignore` style entries ``` !/some/path/in/my/repo/ ``` Devspace is complaining that `!/some/path/in/my/repo/` should be used instead of `!some/path/in/my/repo`. But as you...

kind/bug
area/config

**What happened?** I upgraded to 5.18.5. There is new feature: profiles can be described as includes via $(cat). It perfectly working, if you use **--profile** flag. But if you try...

kind/bug
area/config

**What happened?** devspace print command showing container arg key as array and indentation is wrong. However deployment works ok. I'm guessing that only printing to display have problem. **What did...

kind/question
area/chart-deployment
area/config
needs-information

**Is your feature request related to a problem?** Currently component chart doesn't support nfs key when volumes are defined so containers cannot directly mount nfs share. **Which solution do you...

area/chart-deployment
area/config
area/component-chart

**What happened?** * I tried `devspace attach` but didn't get a terminal to the container. ``` $ devspace attach [warn] To be able to interact with the container its options...

kind/question

**What happened?** `devspace sync --config devspace.yaml` command exists after initial sync ``` [info] Using namespace 'my-namespace' [info] Using kube context 'my-context' [info] Waiting for pods... [info] Starting sync... [info] Start...

area/sync
area/dev
needs-information

We currently have DevSpace setup in such a way that allows us to have one single project with a devspace.yaml file with mostly a list of `dependencies`. This project represents...

kind/feature
kind/design
area/config

**What happened?** running a docker image built with a custom script, that handles some aspect of tagging the image, it does pair up with the image but it then returns...

area/sync

Currently DevSpace does not add DevSpace vars as environment variables to command execution, except for pipelines. This makes it difficult for users to access variables in scripts and other commands...

area/dev