Docker&Kubernetes

k8s部署minio

2021-06-23  本文已影响0人  小小的小帅

https://choerodon.io/zh/docs/installation-configuration/steps/install/parts/base/minio/

添加choerodon chart仓库并同步

helm repo add c7n https://openchart.choerodon.com.cn/choerodon/c7n/
helm repo update

部署Minio

172.11.1.85 minio.a.b.com.cn

验证部署

也可以配置host(自己电脑,笔记本

mode: distributed
accessKey: "AKIAIOSFODNN7EXAMPLE"
secretKey: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
persistence:
  enabled: true
  storageClass: nfs-provisioner
service:
  type: NodePort
上一篇 下一篇

猜你喜欢

热点阅读