所以我在 docker 中设置了一个私有存储库,其中包含一个需要由 kubernetes 拉取的映像。
当我浏览 http://localhost:5000/v2/imagename/tags/list 时,我可以看到一个带有图像及其各自标签的 json(仅供参考:我使用 kind 和 helm 在一个Windows 机器)。
无论我尝试什么,最终都会出现以下错误:
<块引用>拉取镜像失败 "localhost:5000/imagename:1.0.0": rpc error: code = 未知描述 = 无法拉取和解压映像“localhost:5000/imagename:1.0.0”:无法解析引用 "localhost:5000/cube-airflow:1.0.0": 请求失败: Head http://localhost:5000/v2/imagename/manifests/1.0.0:拨tcp [::1]:5000: 连接:连接被拒绝
如何解决可以通过 kubernetes 正确拉取镜像的问题?是否有 kubectl 命令可以做到这一点?
这是我的部署模板:
jupyter core : 4.7.1
jupyter-notebook : 6.3.0
qtconsole : not installed
ipython : 7.16.1
ipykernel : 5.5.3
jupyter client : 6.1.12
jupyter lab : 3.0.0
nbconvert : 6.0.7
ipywidgets : not installed
nbformat : 5.1.3
traitlets : 4.3.3
我正在尝试使用其舵图为 Kubernetes 中的气流部署自定义 docker 映像。