minikube/deploy/addons/dashboard
Zhongcheng Lao 7cbe253ef6 Allow specifying image repository for docker images
Some users (especially for those in mainland China) may have issue
accessing the default image repository. This patchset allows users
to override the default image repository gcr.io to a different
repository by specifying --image-repository option in the command
line as a simple workaround. Images will be pulled from the
specified image repository instead of the default ones.

Example (using mirror by Aliyun):
minikube start ...
   --image-repository
   registry.cn-hangzhou.aliyuncs.com/google_containers
2019-02-18 01:00:12 +08:00
..
dashboard-dp.yaml Allow specifying image repository for docker images 2019-02-18 01:00:12 +08:00
dashboard-svc.yaml Switch the label back to k8s-app instead of app for minikube compatibility. 2018-10-03 12:57:55 -07:00