aliyun / ossfs

Export s3fs for aliyun oss.
GNU General Public License v2.0
738 stars 152 forks source link

Can we have an option to put the Access ID and Secret Key in secrets - Container Service Kubernetes #105

Open asakapab0i opened 6 years ago

asakapab0i commented 6 years ago

`--- apiVersion: v1 kind: PersistentVolume metadata: name: bucketname spec: capacity: storage: 5Gi #size accessModes:

yangou commented 5 years ago

You can mount the secret volume in kubernetes and let your program read for that volume, right? @asakapab0i