crun-vm/examples/minikube
Alberto Faria e946c21567 Release 0.1.3
Signed-off-by: Alberto Faria <afaria@redhat.com>
2024-03-15 15:05:20 +00:00
..
README.md Release 0.1.3 2024-03-15 15:05:20 +00:00
minikube-start.sh Change name from crun-qemu to crun-vm 2024-01-12 13:02:54 -05:00

README.md

Example: Minikube cluster with crun-vm available as a runtime

You can use the ./minikube-start.sh script in this directory to create a local minikube Kubernetes cluster with crun-vm available as a runtime (note that this also points kubectl at the minikube cluster):

$ ./minikube-start.sh
   Compiling crun-vm v0.1.3 (/home/afaria/repos/crun-vm)
    Finished dev [unoptimized + debuginfo] target(s) in 1.38s
😄  [crun-vm-example] minikube v1.32.0 on Fedora 39
[...]
🏄  Done! kubectl is now configured to use "crun-vm-example" cluster and "default" namespace by default
runtimeclass.node.k8s.io/crun-vm created

Try going through the examples at Using crun-vm as a Kubernetes runtime.

Once you're done, you can delete the cluster with:

$ minikube -p crun-vm-example delete