kubernetes/minikube

update registry addon documentation

Open

#6,982 创建于 2020年3月10日

在 GitHub 查看
 (29 评论) (0 反应) (0 负责人)Go (5,222 fork)batch import
area/registryco/runtime/criohelp wantedkind/documentationlifecycle/frozenpriority/backlog

仓库指标

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

描述

The exact command to reproduce the issue:

minikube start --addons=registry --container-runtime=cri-o

The full output of the command that failed:

Pods fail to pull image from the registry, e.g.:

image: localhost:5000/mycontainer

Note that I can push to the registry from outside via docker://$(minikube ip):5000/mycontainer.

Switching to Docker runtime allows this to work.

The operating system version:

Fedora 31

贡献者指南