TencentBlueKing / bk-bcs

蓝鲸智云容器管理平台(BlueKing Container Service)

Home Page:http://bk.tencent.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

离线包导入bkrepo

pwkuan opened this issue · comments

  • tar packages (cURL)
  • Container Images (ctr) (K8S+蓝鲸)
  • Helm Charts (cURL)

helm chart 导入 bkrepo 集成在 蓝鲸 helmfile-d 的 bkrepo_tool.sh 脚本中。

scripts/bkrepo_tool.sh -X PUT -t helm -u <user> -p <token> -i http://helm.$BKDOMAIN/api -P <project> -n <repo_name> -R '' -T <file_name>

遗留 镜像导出/导入 的工作 @denglouping

镜像导出保持现状(经过测试,压缩后体积和 oci 镜像layer复用大小相差不大)
镜像导入 集成 在 蓝鲸 helmfile-d 的 image_push.sh 脚本中。
scripts/ image_push.sh -u <user> -p <passwd> -k -o <old_registry> -n <new_registry> -f <111.tar> <222.tar>

目前没有导出蓝鲸的镜像!