Skip to content

[Feature] Add support for Helm chart deployment #237

@wolfgang-desalvador

Description

@wolfgang-desalvador

Summary

Integrate Helm chart support for deploying the Azure Lustre CSI Driver on AKS clusters. This will simplify installation, upgrades, and configuration management.

Background

  • Azure Lustre CSI Driver allows Kubernetes workloads to access Azure Managed Lustre storage.
  • Current deployment relies on manual YAML manifests.
  • Helm charts will provide:
    • Versioned packaging
    • Parameterized configuration
    • Easier integration with CI/CD pipelines

References:

Goals

  • Create a Helm chart for Azure Lustre CSI Driver.
  • Support:
    • Dynamic provisioning
    • Node plugin and controller deployment
    • Configurable Lustre mount options
  • Publish chart to:
    • GitHub repository

Tasks

  • Define chart structure (Chart.yaml, values.yaml, templates).
  • Add Kubernetes manifests for:
    • CSI Controller
    • CSI Node DaemonSet
  • Parameterize:
    • Lustre filesystem name
    • Mount options
    • Image tags
  • Implement Helm hooks for pre/post-install checks.
  • Test chart on AKS (Ubuntu node pools).
  • Document installation steps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions