如何在 Kuscia 中使用自定义镜像仓库

打开链接即可点亮社区Star,照亮技术的前进之路。

Github 地址:github.com/secretflow/...

Kuscia支持自动拉取远程的应用镜像(比如:SecretFlow 等),这样可以不用手动导入镜像到容器中。可以在 Kuscia 配置文件中配置私有(or 公开)镜像仓库地址。

如何配置使用自定义镜像仓库

配置文件中的 image 字段用来配置自定义仓库。相关含义参考 Kuscia 配置文件说明

私有镜像仓库

如果有一个私有镜像仓库(示例:private.registry.com),对应的配置如下:

yaml 复制代码
- image:
  - defaultRegistry: private # It doesn't matter, as long as it corresponds to <image.registries[0].name>
  - registries:
    - name: private
      endpoint: private.registry.com/test
      username: testname
      password: testpass

公开镜像仓库

如果使用公开的镜像仓库(示例:secretflow-registry.cn-hangzhou.cr.aliyuncs.com),对应的配置如下:

yaml 复制代码
- image:
  - defaultRegistry: aliyun # It doesn't matter, as long as it corresponds to <image.registries[0].name>
  - registries:
    - name: aliyun
      endpoint: secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow

关于镜像仓库和AppImage的搭配使用

配置文件中有image字段,AppImage 中也存在image相关的配置,他们的搭配关系示例如下:

配置文件 AppImage配置 实际镜像地址 备注
无配置 secretflow/app:v1 docker.io/secretflow/app:v1
无配置 private.registry.com/secretflow/app:v1 private.registry.com/secretflow/app:v1
private.registry.com secretflow/app:v1 private.registry.com/app:v1
private.registry.com/secretflow app:v1 private.registry.com/secretflow/app:v1 推荐配置
private.registry.com/secretflow secretflow/app:v1 private.registry.com/secretflow/app:v1
private.registry.com/secretflow test/app:v1 private.registry.com/secretflow/app:v1
private.registry.com/secretflow private.registry.com/secretflow/app:v1 private.registry.com/secretflow/app:v1
private.registry.com/secretflow public.aliyun.com/secretflow/app:v1 public.aliyun.com/secretflow/app:v1 强烈不推荐配置,未来可能会禁止这种配置

注:Kuscia推荐在 AppImage 中只配置镜像名(不带镜像仓库地址),否则切换仓库的时候,需要批量修改AppImage,所以不建议如此配置。

镜像拉取失败

当发现镜像拉取失败时,请确认 配置文件中仓库地址,以及账密相关配置是否正确, 以及参考上文,确保 AppImage 的镜像地址配置正确.

vbnet 复制代码
2024-06-06 13:33:00.534 ERROR framework/pod_workers.go:978 Error syncing pod "ant-test-0_ant(7fd5285b-2a5c-4a75-930a-2908e98c8799)", skipping: failed to "StartContainer" for "test" with ErrImagePull: "faile to pull image \"registry.xxxx.com/secretflow/nginx:v1\" with credentials, detail-> rpc error: code = Unknown desc = failed to pull and unpack image \"registry.xxxx.com/secretflow/nginx:v1\": failed to resolve reference \"registry.xxxx.com/secretflow/nginx:v1\": unexpected status from HEAD request to https://registry.xxxx.com/v2/secretflow/nginx/manifests/v1: 401 Unauthorized"
相关推荐
xmdy586616 小时前
Flutter+开源鸿蒙实战|智安盾电商溯源平台Day3 溯源查询逻辑+鸿蒙网络请求适配
flutter·开源·harmonyos
摘星编程17 小时前
AI Agent 2.0 时代:MCP协议如何成为AI互联互通的新标准
开源
xmdy586619 小时前
Flutter+开源鸿蒙实战|智安盾电商溯源平台Day2 首页+核心入口UI开发(鸿蒙多端适配)
flutter·开源·harmonyos
该昵称用户已存在20 小时前
MyEMS 开源能源管理系统:模块化架构赋能精细化能源管控
架构·开源·能源
Python私教21 小时前
FuturesDesk 集成 OMC 多智能体编排提效
人工智能·windows·开源
irpywp1 天前
苦于AI生成的网页千篇一律且粗糙?design-md-chrome :一款网页样式提取插件 ,将任意网站的视觉规范转化为大模型可读的代码指令!
前端·人工智能·chrome·开源·github
FIT2CLOUD飞致云1 天前
集成MiniMax,移动端适配,SQLBot开源智能问数系统v1.8.0版本发布
ai·数据分析·开源·智能问数·sqlbot
X54先生(人文科技)1 天前
《元创力》纪实录·桥段薪火三纪
网络·人工智能·开源·ai写作·零知识证明
code 小楊1 天前
image-2国内开源平替商汤科技SenseNova-U1模型全面解析
人工智能·科技·开源
xmdy58661 天前
Flutter+开源鸿蒙实战|智安盾电商溯源平台Day4 合规检测功能开发+个人中心框架搭建
flutter·开源·harmonyos