ComaVN

Results 9 comments of ComaVN

I worked around it by running `docker-osx-dev install` as `admin` to install the dependencies, then commenting out line 1097 in the install function (`install_dependencies`), and then running `docker-osx-dev install` again...

the PoC still shows the same memory leak, am I doing anything wrong here? I don't see a difference with the latest version: ``` $ cat /etc/issue Ubuntu 16.04.3 LTS...

Thanks for the quick and informative response, I was hoping to be able to put off migrating to the new config format, but alas. Would it be a good idea...

I have the same issue. As a minimal example, here are my `devspace.yaml` and `Dockerfile`: ``` version: v1beta11 images: server: createPullSecret: false image: dockerregistry.example.com/foo/server injectRestartHelper: true tags: - dev-${DEVSPACE_USERNAME}-${DEVSPACE_RANDOM} deployments:...

Speaking of health checks... I overlay them in my manifests, could that be the issue? `kustomization.yaml`: ``` (...) patchesJson6902: - target: group: apps version: v1 kind: Deployment name: foo path:...

`waitInitialSync` `false` or `true` makes no difference in a `v1beta11` config. The problem I have, is that I have hundreds of projects with a devspace 5/`v1beta11` config, and I would...

Thank you for this comprehensive list of resources. However, nowhere in the list do I see a simple answer to the question: How should I layout my project directories so...

I'm kind of struggling with the same thing, and what I read here confirms at least that the intent of the `internal` directory is what I'd expected it to be....

I can confirm that #2608 fixes this :+1: