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

**What happened?** Defining a default value in the devspace.yaml file will not be overwritten by the `.env` file. I tried putting `DEVSPACE_ENV_FILE: ".env"` at the beginning and end of the...

area/config

**Is your feature request related to a problem?** I want to understand how the `--set`, `--set-string`, `--from` and `--from-file` arguments work for `build_images`, `create_deployments` and `start_dev` pipeline functions. It would...

kind/question
area/docs

**Is your feature request related to a problem?** As we use many files and folders in the repo , and every use may have a bit different folder configs, some...

kind/feature
area/sync
area/config

vars: * name: DB_PASSWORD password: true * name: DB_ROOT_PASSWORD password: true LOGS>> info\] Execute hook 'sh -c while ! mysql -u root -p"db.root.password/" -e ";" >/dev/null 2>&1 ; do echo...

kind/feature

…lags or pipeline flags **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...

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/198, we noticed that the website does not pass the trademark criteria on [CLOMonitor](https://clomonitor.io/search?foundation=cncf&not_passing_check=trademark_disclaimer&page=1). To fix this: Head to the source code of...

**What issue type does this pull request address?** (keep at least one, remove the others) /kind documentation **What does this pull request do? Which issues does it resolve?** (use `resolves...

**What happened?** Pages https://www.devspace.sh/docs/configuration/functions/ and https://www.devspace.sh/docs/configuration/pipelines/ define `start_dev --disable-open` as "If enabled will not replace any pods". I believe the description is incorrect. **What did you expect to happen instead?**...

kind/bug
bug

**Is your feature request related to a problem?** A [PR lint workflow failed](https://github.com/devspace-sh/devspace/actions/runs/7697112773/job/21160432461?pr=2766), i tried to reproduce it locally, but it did not work. The following did not work ```...

kind/feature

**Is your feature request related to a problem?** Kinda. Devspace redownload dependencies within the same devspace deploy command run. Meaning with a complex enough dependency heirarchy the same repo could...

kind/feature