Fabian Kramm

Results 441 comments of Fabian Kramm

@johnnypea yes it can, it's essentially the subPath on the persistent volume to use

@stickeegreg thanks for creating this issue! Yes we should change that, good catch!

@yingqi1997 thanks for creating this issue! How did you install the plugin, seems like you installed a broken plugin in DevSpace, you can delete the `~/.devspace/plugins` which should restore correct...

@yingqi1997 devspace cloud is deprecated and currently not maintained anymore, why do you need the devspace cloud plugin?

@FlorianKutz thanks for creating this issue! The problem with port-forwarding to multiple pods is that you cannot use a local port twice, so we would need to automatically allocate other...

@plisy thanks for creating this issue! We might want to set `polling: true` automatically if `disableDownload` is set to `true` which should prevent this issue

@plisy if you disable downloading, DevSpace needs to remote side only initally for comparing files, but polling will be used only once and then will not poll again after initial...

@rvignesh89 thanks for creating this issue! Could you provide a short example `devspace.yaml` so that we can reproduce this issue?

@rvignesh89 thanks for the update! This works as intended as devspace always prefers the self-built tags configured in `images.*.tags`. You can use the following configuration which should work: ``` version:...

@igoooor thanks for opening this issue! We usually try to avoid implementing support for specific plugins, however I definitively see the use case and think we could add a more...