当前位置:   article > 正文

helm安装minio_helm 安装minio 无法登录

helm 安装minio 无法登录

第一步: 添加微软的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


 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/554390
推荐阅读
相关标签
  

闽ICP备14008679号