-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for rancher desktop as VM manager #153
Comments
Is this closer to reality now that RD is past v1.0? |
@TimothyLoyer I haven't really spent much time investigating whether RD has the APIs we would need to support this. Getting to Docker Desktop support took a bunch of research, and uses some undocumented APIs. So certainly wouldn't reject a contribution of Rancher Desktop support, just that it's probably non-trivial and the tilt team has already been burned a couple times on adding support for Rancher Desktop APIs that changed out from under us. |
That makes sense, thank you for the reply and all your hard work! |
Hey everyone! Loving Running
with # ctlptl.yaml
apiVersion: ctlptl.dev/v1alpha1
kind: Registry
name: ctlptl-registry
port: 5005
---
apiVersion: ctlptl.dev/v1alpha1
kind: Cluster
product: kind
registry: ctlptl-registry |
currently, ctlptl uses Docker Desktop as the primary VM manager on Windows/macos.
As more people use Rancher Desktop, we may need to add support for using it as a VM manager too.
The text was updated successfully, but these errors were encountered: