Russell Centanni
Russell Centanni
@kevin-hanselman Thanks for opening this issue. We'll discuss and decide if we will prioritize this issue. In the past I've worked around such limitations by creating my own image and...
@kevin-hanselman Could you provide more details on the DevSpace features you're using with these Jupyter images? I'm wondering if disabling the features that need SSH and the `devspacehelper` would be...
@Andrioden Thank you for the draft PR! I see what you are going for here. I left some comments in the PR with some ideas for changes. Let me know...
@dependabot recreate
@marklarr-gfm I think something close to what you desire would be possible with a custom pipeline. I'll share an example to illustrate, but I may have misunderstood the use case:...
@igoooor For your use case, I think a custom pipeline + dev configuration would do the trick for only starting port-forwarding. Here's an example: **devspace.yaml** ```yaml version: v2beta1 deployments: app1:...
@marklarr-gfm Thanks for the example. I see your case a little bit better now. My suggestion would be to only deploy the `foo` dependency and not attempt to start and...
@marklarr-gfm Awesome. Yeah that wasn't clear in my example, but keeping a dev config in the dependencies too is a common pattern. This way you can work on the dependencies...
@dependabot recreate