{"id":20793715,"url":"https://github.com/anexia/csi-driver","last_synced_at":"2026-04-26T20:31:50.600Z","repository":{"id":221701807,"uuid":"572478052","full_name":"anexia/csi-driver","owner":"anexia","description":"CSI driver for Anexia cloud","archived":false,"fork":false,"pushed_at":"2026-01-01T12:05:02.000Z","size":342,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-09T04:02:06.269Z","etag":null,"topics":["containers","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anexia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-30T11:09:50.000Z","updated_at":"2025-12-30T08:45:50.000Z","dependencies_parsed_at":"2024-02-09T15:48:08.596Z","dependency_job_id":"fb603f3c-de77-4b84-a3fa-d6018e04e9a1","html_url":"https://github.com/anexia/csi-driver","commit_stats":null,"previous_names":["anexia/csi-driver"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/anexia/csi-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fcsi-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fcsi-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fcsi-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fcsi-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anexia","download_url":"https://codeload.github.com/anexia/csi-driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fcsi-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["containers","csi-driver","kubernetes"],"created_at":"2024-11-17T16:11:09.244Z","updated_at":"2026-04-26T20:31:50.595Z","avatar_url":"https://github.com/anexia.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csi-driver for Anexia\n\n[![Build Status](https://github.com/anexia/csi-driver/actions/workflows/push.yml/badge.svg?branch=main\u0026event=push)](https://github.com/anexia/csi-driver/actions/workflows/push.yml)\n[![Code Climate](https://codeclimate.com/github/anexia/csi-driver.png)](https://codeclimate.com/github/anexia/csi-driver)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/9f866bbcd866440b1f64/test_coverage)](https://codeclimate.com/github/anexia/csi-driver/test_coverage)\n\nThis is a csi-driver for Anexia!\n\n## Prerequirements\n\n1. Anexia Engine account with `Dynamic Volume` (ADV) module enabled\n2. ADV Storage Server Interface created in a IPAM prefix with role `SCND unrouted unique`\n3. K8s nodes with network access to the Storage Server Interface\n4. Anexia Engine service-account token with:\n  - full ADV permissions\n  - IP Space - View All\n5. `rpc-statd` service running on hosts (included in `nfs-common` package)\n    * alternatively add the 'nolock' option to `mountOptions` on `StorageClass` or `PersistentVolume.spec` if global file locking is not needed\n\n## Installation\n\n\u003e [!NOTE]\n\u003e If you create a K8s cluster using Anexias Kubernetes Engine (AKE) with a `SCND unrouted unique` IPAM prefix configured and have an ADV enabled Engine account,\n\u003e the CSI driver will automatically be deployed and configured with a default `StorageClass` using ENT2 storage called `anexia-ent2`.\n\nTo install the CSI driver and configure a StorageClass in a K8s cluster not managed by Anexia, you can apply the following steps to get it running:\n\n\u003e [!IMPORTANT]\n\u003e Make sure to set both `$ANEXIA_TOKEN` and `$STORAGE_SERVER_INTERFACE_ID` with the data from the prerequirements.\n\u003e We recommend to execute the following steps in an empty directory as it creates a new file (`kustomization.yaml`) in the current working directory.\n\n```bash\n# Create secret from Anexia Engine service-account token\n$ kubectl create secret generic csi-driver-anexia --from-literal=token=$ANEXIA_TOKEN -n kube-system\n\n# Create a deployment kustomization using the id of the storage-server-interface\n# Note: you can also apply deploy/kubernetes/{rbac,driver}.yaml individualy if you don't want to use kustomize\n$ cat \u003c\u003cEOT \u003e ./kustomization.yaml\nresources:\n  - github.com/anexia/csi-driver/deploy/kubernetes\n\npatches:\n  - patch: |-\n      - op: replace\n        path: /parameters/csi.anx.io~1storage-server-identifier\n        value: \"$STORAGE_SERVER_INTERFACE_ID\"\n    target:\n      kind: StorageClass\n      name: anexia-ent2\nEOT\n\n# Apply the deployment kustomization\n$ kubectl apply -k .\n```\n\n## Configuration\n\n### StorageClass\n\n\u003e [!IMPORTANT]\n\u003e Make sure to set the `$STORAGE_SERVER_INTERFACE_ID` environment variable with the ADV Storage Server Interface identifier set as value.\n\n```bash\nkubectl apply -f - \u003c\u003cEOF\nkind: StorageClass\napiVersion: storage.k8s.io/v1\nmetadata:\n  name: anexia-ent2\nprovisioner: csi.anx.io\nparameters:\n  csi.anx.io/ads-class: ENT2\n  csi.anx.io/storage-server-identifier: $STORAGE_SERVER_INTERFACE_ID\nallowVolumeExpansion: true\nEOF\n```\n\n### Enable fsGroup support (optional)\n\nExample configuration:\n\n```bash\nkubectl apply -f - \u003c\u003cEOF\napiVersion: storage.k8s.io/v1\nkind: CSIDriver\nmetadata:\n  name: csi.anx.io\nspec:\n  fsGroupPolicy: File\nEOF\n```\n\nConsult the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/support-fsgroup.html) for further information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanexia%2Fcsi-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanexia%2Fcsi-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanexia%2Fcsi-driver/lists"}