我们如何配置knative服务以使用本地docker映像?
如果我们需要从Google Cloud注册表中提取图像,我们会gcr.io/在图像名称后添加“www.example.com“作为前缀。
我在使用hello时遇到以下错误:latest作为映像名称而Never作为imagePullPolicyRevision "hello1-ld62x" failed with message: Unable to fetch image "hello:latest"
但如果我使用Kubernetes部署资源,同一映像工作正常。
1条答案
按热度按时间neekobn81#
尝试在registries-skipping-tag-resolving中添加
docker.io
。如何在此处添加检查:https://knative.dev/docs/serving/configuration/deployment/