

1、Helm S3 插件配置
# 安装 helm-S3 插件
helm plugin install https://github.com/hypnoglow/helm-s3.git
# 初始化 S3 目录(假设名为 my-helm-charts 的 S3 存储桶已经存在)
helm s3 init s3://my-helm-charts/charts/
helm repo add my-helm-charts s3://my-helm-charts/charts/
# 查看 my-helm-charts repo 是否已经添加到本地
helm repo list
2、创建 chart 上传到 S3
3、安装 chart 到 EKS/Kubernetes

1、须知
2、创建 chart 并推送到 ECR
# 在 Helm 客户端中启用 OCI 支持
3、使用 ECR 部署 chart 到 EKS
# 在 Helm 客户端中启用 OCI 支持
作者介绍
曹赫洋



文章转载自西云数据云计算,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。





