full_container_scheme/deploy-kubernetes-helm/常用命令.md

456 B

命令

nfs 命令行

mkdir /data/nfs -p
helm install test-storageclass \
Microsoft/nfs-client-provisioner \
--set nfs.server=192.168.66.161 \
--set nfs.path=/data/nfs

单机 minio

helm install stable/minio
helm install minio  --namespace minio \
--set mode=distributed,replicas=3 stable/minio