Fabian Kramm
Fabian Kramm
@bruno-lopes thanks for creating this issue! Yeah we also thought about that, since we use the vscode deeplink to open the workspace, I'm not sure if this was possible there...
@bruno-lopes we found a solution, and from now on devpod will default to not opening the same window which can be toggled via: ``` devpod up ... --ide vscode --ide-option...
@konstantinpae thanks for creating this issue! How do you set this to the path? Is it in `~/.zshrc`? As a workaround you can specify it in the `Kubectl Path` option:
@konstantinpae mhh strange I tried to reproduce this on my machine with installing rancher desktop and deleting all other kubectl binaries and its still working fine for me. When does...
@dfdx thanks for creating this issue! Thats a very good idea, we will add that!
@astrolemonade thanks for creating this issue! Seems like there was an issue copying DevPod into the container, we will need to investigate the issue, could be a problem during inject.
@luebken thanks for creating this issue! You are correct, we should fix this, thanks for the analysis.
@Darkness-Bright thanks for creating this issue! Do you have a sillicon mac? Then you need to download the `aarch64` version: https://github.com/loft-sh/devpod/releases/download/v0.1.10-beta.2/DevPod_macos_aarch64.dmg
@beriberikix thanks for creating this issue! Yes that sounds very feasible and it should be definitely possible to write such a provider, we even thought about creating a kvm provider...
@beriberikix yes we have an example provider here https://github.com/loft-sh/devpod/blob/main/examples/simple-k8s-provider/provider.yaml and if you want an actual fully fledged example, you can take a look at https://github.com/loft-sh/devpod-provider-civo. We also have documentation around...