ctlptl
ctlptl copied to clipboard
Making local Kubernetes clusters fun and easy to set up
Currently, the option that exist is: ``` ctlptl docker-desktop set vm.fileSharing /Users,/Volumes,/private,/tmp ``` In order to use this, you need to know what's there already, not to overwrite it. If...
Hi. This is mainly a FYI but clusters are broken when using minikube version 1.26.0. Minikube 1.25.2 and earlier versions work as expected. Downgrading to at least minikube 1.25.2 should...
``` Waiting 5m for Kubernetes cluster "k3d-k3s-default" to start... timed out waiting for cluster to start: Get "https://host.docker.internal:49730/version": context deadline exceeded ``` When trying to start a k3d cluster on...
The `--registry` arg to `ctlptl create cluster` will ensure that ctlptl creates a registry for the cluster it creates. `ctlptl create registry` has [support](https://github.com/tilt-dev/ctlptl/pull/217) for specifying a custom image. If...
Loving ctlptl! Nice work! It would be awesome if k3d configuration options could be passed through to the `k3d cluster create` command for `product: k3d`, similar to how `kindV1Alpha4Cluster` options...
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...
Currently ctlptl always uses docker as the driver for minikube We should be able to customize it to use hyperkit. This isn't quite as simple as changing a flag, because...
I'm trying to use this with podman using the Docker API-compat socket. It seems like it'll probably work but I've hit a snag and don't know enough about the Docker...
Currently, you can mount a local folder into the minikube VM with something like: ``` minikube start --mount --mount-string="$PWD:/home" --driver docker ``` ctlptl should support something like this. The most...
I am having networking issues still with wsl2. When I run the kind example for an internal registry it works fine. When I use ctptl it is not setting the...