kubernetes/minikube

Add Progress bar: Transferring cached image

开放

#7,175 创建于 2020年3月23日

 (7 条评论) (0 个反应) (0 位负责人)Go (5,222 个派生)batch import
cmd/cachehelp wantedkind/featurelifecycle/frozenpriority/backlogsig/ui

仓库指标

星标
 (31,799 个星标)
PR 合并指标
 (平均合并 12天 19小时) (30 天内合并 43 个 PR)

描述

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.

贡献者指南