Created
August 23, 2022 09:24
-
-
Save yankay/48d7ab18a63f76dc4d8e3efa17aad846 to your computer and use it in GitHub Desktop.
快速安装 minio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| helm repo add minio https://charts.min.io/ | |
| helm install --namespace minio --create-namespace \ | |
| --set rootUser=rootuser,rootPassword=rootpass123 \ | |
| --set image.repository=docker.m.daocloud.io/minio/minio \ | |
| --set mcImage.repository=docker.m.daocloud.io/minio/mc \ | |
| minio minio/minio | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment