kubernetes/minikube

Add Progress bar: Transferring cached image

Open

#7 175 ouverte le 23 mars 2020

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)Go (5 222 forks)batch import
cmd/cachehelp wantedkind/featurelifecycle/frozenpriority/backlogsig/ui

Métriques du dépôt

Stars
 (31 799 stars)
Métriques de merge PR
 (Merge moyen 18j 3h) (62 PRs mergées en 30 j)

Description

I've recently started making use of the minikube image cache. When starting minikube, the startup stalls for a very long time at the following:

😄  minikube v1.8.2 on Linuxmint 19.3
✨  Using the kvm2 driver based on user configuration
🔥  Creating kvm2 VM (CPUs=8, Memory=18432MB, Disk=40000MB) ...
🐳  Preparing Kubernetes v1.17.3 on Docker 19.03.6 ...
🚀  Launching Kubernetes ... 
🌟  Enabling addons: default-storageclass, storage-provisioner

The first few times I encountered this, I though something had broken. It would be helpful to indicate to the user that progress is being made.

Guide contributeur