From b2b04a252ac4626b1199144696b29e0fe292a51c Mon Sep 17 00:00:00 2001 From: kanik29 Date: Wed, 27 Aug 2025 10:08:30 -0700 Subject: [PATCH] Update quickstart.mdx Updating Colima --- docs/quickstart.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index a688be9..eadb5a3 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -93,12 +93,14 @@ Run Parca Agent (requires privileged mode) and access the Web UI on port 7071 (a :::tip -To quickly try out the Parca and Parca Agent with Kubernetes, you create a [minikube](https://minikube.sigs.k8s.io/docs/) cluster with an actual virtual machine, e.g. Virtualbox: +To quickly try out the Parca and Parca Agent with Kubernetes, you create a [Colima](https://github.com/abiosoft/colima) cluster with Kubernetes: ```shell -minikube start --driver=virtualbox +# Homebrew +brew install colima + +colima start --kubernetes ``` -::: 1. Create the namespace (not strictly necessary but prevents a race with the next commands) ```