当前位置:网站首页>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/minioParameters 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 10mParameters can be found in the
https://github.com/minio/minio/blob/master/helm/minio/values.yaml
边栏推荐
- js对象获取属性的方法(.和[]方式)
- Redis builds clusters
- 上线APS系统,破除物料采购计划与生产实际脱钩的难题
- Typescript interface properties
- Jerry needs to modify the profile definition of GATT [chapter]
- C # display the list control, select the file to obtain the file path and filter the file extension, and RichTextBox displays the data
- TypeScript void 基础类型
- TS类型体操 之 字符串的妙用
- leecode-C语言实现-15. 三数之和------思路待改进版
- Luogu p1836 number page solution
猜你喜欢
![[非线性控制理论]9_非线性控制理论串讲](/img/a8/03ed363659a0a067c2f1934457c106.png)
[非线性控制理论]9_非线性控制理论串讲

octomap averageNodeColor函数说明
![If Jerry's Bluetooth device wants to send data to the mobile phone, the mobile phone needs to open the notify channel first [article]](/img/d6/92ad1c6f84415de6ab0dfd16cd6073.png)
If Jerry's Bluetooth device wants to send data to the mobile phone, the mobile phone needs to open the notify channel first [article]
![[MySQL learning notes 30] lock (non tutorial)](/img/9b/1e27575d83ff40bebde118b925f609.png)
[MySQL learning notes 30] lock (non tutorial)

Ali's redis interview question is too difficult, isn't it? I was pressed on the ground and rubbed

杰理之BLE【篇】

Summary of Digital IC design written examination questions (I)
![[online problem processing] how to kill the corresponding process when the MySQL table deadlock is caused by the code](/img/93/ec9de907cae4714038bb5f95aba52b.png)
[online problem processing] how to kill the corresponding process when the MySQL table deadlock is caused by the code
![[CF Gym101196-I] Waif Until Dark 网络最大流](/img/66/6b339fc23146b5fbdcd2a1fa0a2349.png)
[CF Gym101196-I] Waif Until Dark 网络最大流
![Ble of Jerry [chapter]](/img/ed/32a5d045af8876d7b420ae9058534f.png)
Ble of Jerry [chapter]
随机推荐
软件测试界的三无简历,企业拿什么来招聘你,石沉大海的简历
超级浏览器是指纹浏览器吗?怎样选择一款好的超级浏览器?
TypeScript void 基础类型
Simulation of Teman green interferometer based on MATLAB
C # create database connection object SQLite database
js对象获取属性的方法(.和[]方式)
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
Summary of Digital IC design written examination questions (I)
杰理之普通透传测试---做数传搭配 APP 通信【篇】
位运算异或
opencv学习笔记八--答题卡识别
The way to learn go (I) the basic introduction of go to the first HelloWorld
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 30] lock (non tutorial)
C语言 简单易懂的高精度加法
[非线性控制理论]9_非线性控制理论串讲
Luogu p1836 number page solution
Luogu p4127 [ahoi2009] similar distribution problem solution
Is the super browser a fingerprint browser? How to choose a good super browser?
opencv学习笔记九--背景建模+光流估计