devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
``` dev: replacePods: - labelSelector: app.kubernetes.io/component: app persistPaths: - path: /srv/app/public containerName: php-container - path: /srv/app/public containerName: caddy-container readOnly: true persistenceOptions: name: php-public ``` "php-container" writes files to "php-public" and...
**What happened?** Running `source
**What issue type does this pull request address?** (keep at least one, remove the others) /kind enhancement **What does this pull request do? Which issues does it resolve?** (use `resolves...
If you follow the quickstart guide then run `devspace build` you are given the message `[info] No images to rebuild. Run with -b to force rebuilding`. Adding the `-b` flag...
What's the root cause for this error? I'm using latest kubernetes 1.23.1 , devspace 5.18.1 yding@CHENMS-yding f8-development-env-tools % devspace use space yingqi panic: reflect.Set: value of type map\[interface {}\]interface {}...
**Is your feature request related to a problem?** Here's the use case: I want to test the horizontal scalability of my server. I set 2 replicas of my server and...
**What happened?** I started sync on large web client app (1000s of files). Webpack complained it reached the limit of file watchers. I ran ``` find /proc/*/fd/* -type l -lname...
**What happened?** In a project devspace configuration which has an image build section and also a `replaceImage` config, if we use `devspace dev` a docker build is performed and the...
**Is your feature request related to a problem?** No **Which solution do you suggest?** Support for the plugin helm secrets https://github.com/futuresimple/helm-secrets helm secrets is a wrapper for the helm commands,...
**Is your feature request related to a problem?** Some people either want to, or setup their clusters to require `resources.limits` and `resources.requests` in order to provision machines to the cluster....