Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.15 KB

Kubernetes CSI for Dropbox Dropbox-CSI

Overview

Kubernetes Dropbox-CSI plugin is developed to manage dropbox on kubernetes.

How to use

Create Secret

To connect your dropbox as persistent volume, you need to generate your dropbox access token.

  1. visit link: https://www.dropbox.com/developers/apps
  2. Create an app with Full Dropbox access type
  3. Generate Access Token
  4. Run command: kubectl create secret generic dropbox-csi --from-literal=token={YOUR_TOKEN_HERE}

Deploy Dropbox-CSI Plugin

Deploy Dropbox-CSI plugin using Kubectl command.

kubectl create -f ./deploy/k8s-1.17/rbac.yaml 
kubectl create -f ./deploy/k8s-1.17/csi-dropbox-plugin.yaml 
kubectl create -f ./deploy/k8s-1.17/csi-dropbox-attacher.yaml

For now, you can make persistent volume with dropbox.csi.k8s.io driver.

kubectl create -f deploy/pod.yaml

Troubleshooting

Please submit an issue at Issues. You can use both english and korean. If you have other questions please contact: Woohyung Han (woohhan@gmail.com)