{"id":24864840,"url":"https://github.com/bizflycloud/csi-bizflycloud","last_synced_at":"2025-10-15T09:32:17.384Z","repository":{"id":46302796,"uuid":"258398283","full_name":"bizflycloud/csi-bizflycloud","owner":"bizflycloud","description":"A Container Storage Interface (CSI) Driver for BizFly Cloud Block Storage","archived":false,"fork":false,"pushed_at":"2024-04-19T01:25:51.000Z","size":333,"stargazers_count":8,"open_issues_count":4,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-20T03:33:58.501Z","etag":null,"topics":["bizfly","csi-driver","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bizflycloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-24T03:46:16.000Z","updated_at":"2023-08-28T03:53:30.000Z","dependencies_parsed_at":"2024-06-19T05:29:53.849Z","dependency_job_id":"84048801-76f5-4511-8353-6423fd2e2ab3","html_url":"https://github.com/bizflycloud/csi-bizflycloud","commit_stats":{"total_commits":67,"total_committers":7,"mean_commits":9.571428571428571,"dds":0.5223880597014925,"last_synced_commit":"491f4df1ad332fed623eae4ad12a2349c513e1de"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizflycloud%2Fcsi-bizflycloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizflycloud%2Fcsi-bizflycloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizflycloud%2Fcsi-bizflycloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizflycloud%2Fcsi-bizflycloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bizflycloud","download_url":"https://codeload.github.com/bizflycloud/csi-bizflycloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236600374,"owners_count":19175173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bizfly","csi-driver","kubernetes"],"created_at":"2025-01-31T23:56:11.943Z","updated_at":"2025-10-15T09:32:11.992Z","avatar_url":"https://github.com/bizflycloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BizFly Cloud Volume CSI driver for Kubernetes\n\nA Container Storage Interface (CSI) Driver for BizFlyCloud Block Storage\n\n## About \n\nThis driver allows Kubernetes to use BizFly Volume, csi plugin name `volume.csi.bizflycloud.vn`\n\n## Features\n\nBelow is a list of functionality implemented by the plugin. In general, [CSI features](https://kubernetes-csi.github.io/docs/features.html) implementing an aspect of the [specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) are available on any BizFly Cloud Kubernetes version for which beta support for the feature is provided.\n\nSee also the [project examples](/examples) for use cases.\n\n### Volume Expansion\n\nVolumes can be expanded by updating the storage request value of the corresponding PVC:\n\n```yaml\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n  name: csi-pvc\n  namespace: default\nspec:\n  [...]\n  resources:\n    requests:\n      # The field below can be increased.\n      storage: 20Gi\n      [...]\n```\n\nAfter successful expansion, the _status_ section of the PVC object will reflect the actual volume capacity.\n\nImportant notes:\n\n* Volumes can only be increased in size, not decreased; attempts to do so will lead to an error.\n* Expanding a volume that is larger than the target size will have no effect. The PVC object status section will continue to represent the actual volume capacity.\n* Resizing volumes other than through the PVC object (e.g., the BizFly cloud control panel) is not recommended as this can potentially cause conflicts. Additionally, size updates will not be reflected in the PVC object status section immediately, and the section will eventually show the actual volume capacity.\n\n### Raw Block Volume\n\nVolumes can be used in raw block device mode by setting the `volumeMode` on the corresponding PVC:\n\n```yaml\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n  name: csi-pvc\n  namespace: default\nspec:\n  [...]\n  volumeMode: Block\n```\n\nImportant notes:\n\n* If using volume expansion functionality, only expansion of the underlying persistent volume is guaranteed. We do not guarantee to automatically\nexpand the filesystem if you have formatted the device.\n\n### Volume Snapshots\n\nSnapshots can be created and restored through `VolumeSnapshot` objects.\n\nSee also [Volume Snapshot](/docs/install.md#volume-snapshot).\n\n## Install BizFly Cloud CSI Driver\n\nPlease Refer to install [BizFly Cloud CSI Driver](/docs/install.md)\n\n\n## Contributing\n\nAt BizFly Cloud we value and love our community! If you have any issues or would like to contribute, feel free to open an issue or PR.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizflycloud%2Fcsi-bizflycloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbizflycloud%2Fcsi-bizflycloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizflycloud%2Fcsi-bizflycloud/lists"}