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

 

相关文章
|
Kubernetes 应用服务中间件 Linux
helm安装和使用-通过helm部署k8s应用
helm安装和使用-通过helm部署k8s应用
|
Docker 容器
Minio Docker安装官方指南
Minio Docker安装官方指南
Minio Docker安装官方指南
|
8月前
|
Docker 容器
docker安装minio
以上就是在Docker中安装MinIO的步骤。
363 2
|
Kubernetes 安全 容器
007_安装helm
007_安装helm
129 0
|
数据安全/隐私保护 Docker 容器
『MinIO』在Docker中快速部署MinIO
📣读完这篇文章里你能收获到 - 在Docker中快速部署MinIO
6573 5
『MinIO』在Docker中快速部署MinIO
|
Kubernetes 开发工具 Docker
(二)Docker Desktop及Kubernetes安装
(二)Docker Desktop及Kubernetes安装
|
Kubernetes 开发工具 Docker
Docker Desktop及Kubernetes安装
上一节的话,我们主要介绍了Docker和Kubernetes的产生以及其发展,那么本节,我们就来尝试一下Docker和Kubernetes的安装吧。
|
数据安全/隐私保护 Docker 容器
|
Linux 数据安全/隐私保护 Docker
Docker部署minio
Docker部署minio
609 0
|
Shell 数据安全/隐私保护 Docker
docker 安装 MinIO
浏览器输入: http://ip:9000 账户:admin 密码:123456 minio 文档 https://docs.min.io/ 问题 ERROR Unable to validate credentials inherited from the shell environment: Invalid credentials > Please provide correct credentials
406 0