Skip to content

This is an official kubernetes CSI Driver for Nexgen Hyperstack platform. It uses the Hyperstack Go SDK to interact with the Hyperstack API and manage resources. The driver is written in Go and is inspired by other popular cloud adapters.

Notifications You must be signed in to change notification settings

Thunder-Compute/csi-hyperstack

 
 

Repository files navigation

Hyperstack CSI Driver

Current released image - reg.digitalocean.ngbackend.cloud/hyperstack-csi-driver/csi:v0.0.1

Introduction

This documentation provides instructions for installing and using the Hyperstack CSI Driver. The CSI provisioner for hyerstack CSI driver is hyperstack.csi.nexgencloud.com. Before you begin, ensure you have the following tools installed:

  • Go 1.24
  • Helm
  • A Hyperstack Kubernetes cluster

CLI Dependencies (installed via Go)

  • (Optional) gRPCurl – Useful for debugging gRPC calls.

    go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest

Development

Run go mod tidy before starting the gRPC server:

go run main.go start \
  --endpoint="unix://tmp/csi-hyperstack.sock" \
  --hyperstack-api-address="<API_BASE_URL>" \
  --hyperstack-api-key="<API_KEY>" \
  --service-controller-enabled \
  --service-node-enabled

To list the available gRPC calls:

grpcurl --plaintext unix:///tmp/csi-hyperstack.sock list

You can invoke a specific RPC method for a given operation using grpcurl.

To build the project:

make build VERSION=<VERSION>

Usage

Refer to the charts/csi-hyperstack documentation for details on installation and usage with Helm.

Documentation

For more information about the features of the Hyperstack API, visit the Hyperstack Documentation.

Relevant docs:

About

This is an official kubernetes CSI Driver for Nexgen Hyperstack platform. It uses the Hyperstack Go SDK to interact with the Hyperstack API and manage resources. The driver is written in Go and is inspired by other popular cloud adapters.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.0%
  • Mustache 1.6%
  • Other 1.4%