Google GCS
先决条件
基本设置
apiVersion: k8s-operator.alluxio.com/v1
kind: UnderFileSystem
metadata:
name: alluxio-gs
namespace: alx-ns
spec:
alluxioCluster: alluxio-cluster
path: gs://<GS_BUCKET>/<PATH>
mountPath: /gs
mountOptions:
fs.gcs.credential.path: /path/to/<google_application_credentials>.jsonbin/alluxio mount add --path /gs/ --ufs-uri gs://<GCS_BUCKET>/<GCS_DIRECTORY> \
--option fs.gcs.credential.path=/path/to/<google_application_credentials>.json高级设置
自定义目录后缀
GCS 分块上传
GCS 访问控制
从 GCS ACL 到 Alluxio 权限的映射
通过代理访问 GCS
Last updated