当前位置:网站首页>Helm install Minio
Helm install Minio
2022-07-06 07:38:00 【whz-emm】
The old version ( A new version is recommended )
https://github.com/minio/charts
install
# helm repo remove minio
# helm repo add minio https://helm.min.io/
# helm install --set accessKey=admin,secretKey=12341234,mode=distributed,replicas=4,service.type=NodePort,persistence.storageClass=nfs-storage,persistence.size=500Gi,resources.requests.memory=4Gi -name minio minio/minio
Parameters can be found in the
The new version
minio/helm/minio at master · minio/minio · GitHub
install
# helm repo add minio https://charts.min.io
# kubectl create ns ame
# helm install --set accessKey=admin,secretKey=12341234,rootUser=admin,rootPassword=12341234,mode=distributed,replicas=4,service.type=NodePort,persistence.storageClass=nfs-storage,persistence.size=500Gi,resources.requests.memory=4Gi -name minio minio/minio --debug --wait --timeout 10m
Parameters can be found in the
https://github.com/minio/minio/blob/master/helm/minio/values.yaml
边栏推荐
- 【MySQL学习笔记32】mvcc
- 杰理之蓝牙设备想要发送数据给手机,需要手机先打开 notify 通道【篇】
- 洛谷P4127 [AHOI2009]同类分布 题解
- Iterator Foundation
- Related operations of Excel
- Cf1036c class numbers solution
- Solution: intelligent site intelligent inspection scheme video monitoring system
- Google可能在春节后回归中国市场。
- TS 体操 &(交叉运算) 和 接口的继承的区别
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
猜你喜欢
链表面试题(图文详解)
leecode-C語言實現-15. 三數之和------思路待改進版
Significance and measures of encryption protection for intelligent terminal equipment
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Google may return to the Chinese market after the Spring Festival.
解决方案:智慧工地智能巡檢方案視頻監控系統
Solution: intelligent site intelligent inspection scheme video monitoring system
杰理之开发板上电开机,就可以手机打开 NRF 的 APP【篇】
Force buckle day31
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
随机推荐
[MySQL learning notes 29] trigger
【mysql学习笔记29】触发器
MEX有关的学习
位运算异或
Compliance and efficiency, accelerate the digital transformation of pharmaceutical enterprises, and create a new document resource center for pharmaceutical enterprises
Get the path of edge browser
【线上问题处理】因代码造成mysql表死锁的问题,如何杀掉对应的进程
octomap averageNodeColor函数说明
Database addition, deletion, modification and query
Simulation of Teman green interferometer based on MATLAB
C # display the list control, select the file to obtain the file path and filter the file extension, and RichTextBox displays the data
opencv学习笔记八--答题卡识别
Brief explanation of instagram operation tips in 2022
杰理之普通透传测试---做数传搭配 APP 通信【篇】
leecode-C語言實現-15. 三數之和------思路待改進版
[computer skills]
Ble of Jerry [chapter]
leecode-C语言实现-15. 三数之和------思路待改进版
洛谷P1836 数页码 题解
[MySQL learning notes 30] lock (non tutorial)