Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
/ csi-didiyun-ebs Public archive

Unofficial CSI plugin to use Didiyun EBS as a PVC in Kubernetes.

Notifications You must be signed in to change notification settings

supremind/csi-didiyun-ebs

Repository files navigation

Actions Status Coverage Status Go Report Card

Didiyun EBS CSI Plugin

Unofficial plugin to use Didiyun EBS as a PVC in Kubernetes.

Known Limitations

  • Node name in Kubernetes must be the same of the name in the didiyun console
  • Nodes supports mouting EBS must be labelled with proper labels
  • CSIDriver Object is not supported (yet)

Deploy

helm repo add csi-didiyun-ebs https://supremind.github.io/csi-didiyun-ebs/charts
helm repo update
helm upgrade --install csi-ebs csi-didiyun-ebs/csi-didiyun-ebs --namespace didiyun --create-namespace --version 0.1.1 -f ./examples/values.yaml

Contributors