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?** If I render the manifest with the current commands devspace use namespace test devspace render --silent the manifest misses any content about the namespace definition **What did you...

area/dev

**What happened?** I launched `devspace sync` with the argument flags below, and the status shows that `devspace sync` is not moving beyond the "Starting sync..." message (waited for \~1hr). When...

kind/bug
area/sync

I guess the title is enough. /kind feature

area/dev

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

**What happened?** I tried to convert the command `kubectl apply -k https://github.com/minio/operator` (which works) into the following deployment: ``` version: v1beta11 deployments: - name: minio-operator kubectl: kustomize: true manifests: -...

area/dev

**Is your feature request related to a problem?** Yes. I just spent about an hour trying to figure out how to fix a "ImagePullBackOff" error. I could pull `myreg/myns/myimage:latest` from...

area/dev

**Is your feature request related to a problem?** We currently generate preview environments for prs in the same namespace. We would like to be able to run `devspace analyze` when...

kind/feature
area/config

**Is your feature request related to a problem?** Currently, I have a container that, when I'm fiddling with, I like to change the environment, and restart the service, but not...

area/dev

Is this a network problem inside the container, and is there any solution? ``` C:\Users\appeon\source\repos\WebApplication110\WebApplication110>devspace dev [warn] Deploying into the 'default' namespace is usually not a good idea as this...

area/dev

**Is your feature request related to a problem?** Would be nice to support patches and referencing additional resources directly in kustomize deployment spec. **Which solution do you suggest?** Temporary kustomization.yaml...

area/dev