Fabian Kramm

Results 318 comments of Fabian Kramm

@NaufalRE thanks for creating this issue and sorry for the delay. It seems like the tutorial is not up to date anymore, we'll have to update that.

@nVitius thanks for creating this issue! Did you try to use the `devspace use profile` command which sets a default profile? That should be very similar to what you want...

@Tsopic thanks for creating this issue! Seems like the deployments try to update the local cache concurrently which is why this fails. We'll issue a fix for this soon

@johnnypea I'm not entirely sure if I understand this correctly, but ingresses only open up on port `443` when you specify a TLS section. We currently also don't require cert-manager,...

@JamesHutchisonCarta thanks for creating this issue! That makes a lot of sense, I agree that we should add this.

@hvt thanks for opening this issue! I guess the problem here is more the error / warning instead of DevSpace trying to download the helper correct? We could only print...

@hvt ah I see that makes sense, we could add an environment variable that would allow disabling this. Download is usually a lot faster than upload for most internet connections...

@hvt no you would set this locally either through the `.env` file or via: ``` DEVSPACE_INJECT_LOCAL=true devspace dev ```

@hvt after some consideration and internal talks we decided to add an `env` section to the `devspace.yaml` where you can specify environment variables that should be set which should solve...

@hvt thanks for creating this issue! Mhh thats odd, do you have any large directories that might be excluded only on client side? Usually this high memory consumption can only...