1. 安装minio
使用docker 安装参考项目https://github.com/rongfengliang/mino-thumbor-openresty备注: 因为是一个集成项目可能会有点复杂使用了docker-compsoe 以及图片缩略图
2. 配置
a. 配置s3 mkdir -p ~/.awstouch credentials[default]aws_access_key_id = 7V9OLKA3W322WMJIE09Raws_secret_access_key = gvNkB10T1xcINQsBmsX1CbGjmfuQ5vv/L4Vo8o6H备注:以上为我本机环境b. 配置使用minio s3 存储chartmuseum --debug --port=8089 \ --storage="amazon" \ --storage-amazon-bucket="helm" \ --storage-amazon-prefix="" \ --storage-amazon-region="eu-west-1" \ --storage-amazon-endpoint="http://127.0.0.1:9091" c. 发布资源helm repo add chartmuseum http://localhost:8089helm push gateway/ chartmuseum参考项目:https://github.com/rongfengliang/helm-demo
参考界面
3. 参考资料
https://github.com/rongfengliang/helm-demohttps://github.com/rongfengliang/mino-thumbor-openrestyhttps://github.com/kubernetes-helm/chartmuseum