赞
踩
# 运行这个命令检查环境
curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v1.2.3/scripts/environment_check.sh | bash
# 所有节点安装必要依赖
yum install iscsi-initiator-utils
yum install nfs-utils
yum install jq -y
# 使用helm安装Longhorn
helm repo add longhorn https://charts.longhorn.io
helm repo update
helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace
kubectl -n longhorn-system get pod
直接在Longhorn-UI上操作使用
longhorn
备份PV
目前支持s3
和nfs
,打开UI
选择Setting
,选择General
,下拉选择Backup Target
,填写NFS
服务器地址,格式nfs://172.16.100.13:/data/nfs
.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。