From eac0525732c4b0b09bf16acf6ab3706843812cde Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Tue, 10 Dec 2024 06:21:31 -0600 Subject: [PATCH] getting started with tasks: add note that docker needs to be running and update logs --- content/en/docs/Getting-started/tasks.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/content/en/docs/Getting-started/tasks.md b/content/en/docs/Getting-started/tasks.md index e144b26f..cb1e22a6 100644 --- a/content/en/docs/Getting-started/tasks.md +++ b/content/en/docs/Getting-started/tasks.md @@ -35,16 +35,20 @@ depending on the [minikube driver](https://minikube.sigs.k8s.io/docs/drivers/) that you are using: ``` -😄 minikube v1.25.1 -✨ Using the docker driver based on existing profile -👍 Starting control plane node minikube in cluster minikube -🚜 Pulling base image ... -🔄 Restarting existing docker container for "minikube" ... -🐳 Preparing Kubernetes v1.23.1 on Docker 20.10.12 ... - ▪ kubelet.housekeeping-interval=5m +😄 minikube v1.34.0 on Darwin 15.1.1 (arm64) +✨ Automatically selected the docker driver +📌 Using Docker Desktop driver with root privileges +👍 Starting "minikube" primary control-plane node in "minikube" cluster +🚜 Pulling base image v0.0.45 ... +💾 Downloading Kubernetes v1.30.2 preload ... + > preloaded-images-k8s-v18-v1...: 319.86 MiB / 319.86 MiB 100.00% 25.70 M + > gcr.io/k8s-minikube/kicbase...: 441.45 MiB / 441.45 MiB 100.00% 19.30 M + 🔥 Creating docker container (CPUs=2, Memory=4000MB) ... +🐳 Preparing Kubernetes v1.30.2 on Docker 27.2.0 ... ▪ Generating certificates and keys ... ▪ Booting up control plane ... ▪ Configuring RBAC rules ... +🔗 Configuring bridge CNI (Container Networking Interface) ... 🔎 Verifying Kubernetes components... ▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5 🌟 Enabled addons: storage-provisioner, default-storageclass