博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
k8s helm 私服chartmuseum minio s3 存储配置
阅读量:6303 次
发布时间:2019-06-22

本文共 813 字,大约阅读时间需要 2 分钟。

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
 
 
 
 

转载地址:http://fpfxa.baihongyu.com/

你可能感兴趣的文章
POJ 2312Battle City(BFS-priority_queue 或者是建图spfa)
查看>>
从零开始学MVC3——创建项目
查看>>
CentOS 7 巨大变动之 firewalld 取代 iptables
查看>>
延时任务和定时任务
查看>>
linux下的权限问题
查看>>
教你如何使用Flutter和原生App混合开发
查看>>
Spring Boot 整合redis
查看>>
CSS hover改变背景图片过渡动画生硬
查看>>
JDBC(三)数据库连接和数据增删改查
查看>>
淘宝应对"双11"的技术架构分析
查看>>
ssh
查看>>
订单的子单表格设置颜色
查看>>
Office365 Exchange Hybrid 番外篇 ADFS后端SQL群集(一)
查看>>
9个offer,12家公司,35场面试,从微软到谷歌,应届计算机毕业生的2012求职之路...
查看>>
lvs fullnat部署手册(三)rs内核加载toa篇
查看>>
C++策略模式
查看>>
我的友情链接
查看>>
oracle表分区详解
查看>>
网络编程中常见结构体
查看>>
SSL/TLS原理详解
查看>>