当前位置:网站首页>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
边栏推荐
- qt颜色与字符串、uint相互转换
- After the hot update of uniapp, "mismatched versions may cause application exceptions" causes and Solutions
- 合规、高效,加快药企数字化转型,全新打造药企文档资源中心
- 2022年Instagram运营小技巧简单讲解
- Three no resumes in the software testing industry. What does the enterprise use to recruit you? Shichendahai's resume
- js对象获取属性的方法(.和[]方式)
- Méthode d'obtention des propriétés de l'objet JS (.Et [] méthodes)
- GET/POST/PUT/PATCH/DELETE含义
- 杰理之BLE【篇】
- leecode-C語言實現-15. 三數之和------思路待改進版
猜你喜欢

Leecode-c language implementation -15 Sum of three ----- ideas to be improved

Simulation of holographic interferogram and phase reconstruction of Fourier transform based on MATLAB

Oracle column to row -- a field is converted to multiple rows according to the specified separator

【Redis】NoSQL数据库和redis简介
![[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

The way to learn go (I) the basic introduction of go to the first HelloWorld

Basics of reptile - Scratch reptile

How Navicat imports MySQL scripts

Games101 Lesson 7 shading 1 Notes

Sharing of source code anti disclosure scheme under burning scenario
随机推荐
C intercept string
Key value judgment in the cycle of TS type gymnastics, as keyword use
C语言 简单易懂的高精度加法
Summary of Digital IC design written examination questions (I)
Simulation of Teman green interferometer based on MATLAB
NiO programming introduction
杰理之BLE【篇】
Jerry's ad series MIDI function description [chapter]
软件测试界的三无简历,企业拿什么来招聘你,石沉大海的简历
Sharing of source code anti disclosure scheme under burning scenario
Word setting directory
杰理之BLE【篇】
Force buckle day31
杰理之如若需要大包发送,需要手机端修改 MTU【篇】
【MySQL学习笔记32】mvcc
Do you really think binary search is easy
Three treasures of leeks and Chinese men's football team
[MySQL learning notes 29] trigger
Mise en œuvre du langage leecode - C - 15. Somme des trois chiffres - - - - - idées à améliorer
Scala语言学习-08-抽象类