赞
踩
第一步: 添加微软的helm仓库
helm repo add weiruan http://mirror.azure.cn/kubernetes/charts
第二步:更新仓库
helm repo update
第二步:安装
helm install minio --namespace minio --create-namespace --set accessKey=minio,secretKey=minio123 --set mode=distributed --set replicas=4 --set service.type=NodePort --set persistence.size=10Gi --set service.nodePort=30900 --set persistence.storageClass=longhorn --set resources.requests.memory=1Gi weiruan/minio
第四步: 登入
http://121.37.165.123:30900http://121.37.165.123:
账号:minio
密码:minio123
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。