Skip to content

Commit

Permalink
getting started with tasks: add note that docker needs to be running …
Browse files Browse the repository at this point in the history
…and update logs
  • Loading branch information
clintonsteiner committed Dec 10, 2024
1 parent 8c97794 commit eac0525
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions content/en/docs/Getting-started/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eac0525

Please sign in to comment.