Skip to content

Conversation

@mdeeks
Copy link
Contributor

@mdeeks mdeeks commented Nov 19, 2025

Added support for the Azure Container Storage CSI driver which automatically detects, RAIDs, and mounts ephemeral temp disks in Azure. If you choose an instance type with four temp disks (e.g. Standard_D32ds_v6). It will automatically make that into a raid0 striped 1.7TB volume that the pods can request.

These disks have dramatically higher performance than the standard local disks which peak out at 4000 IOPS. Temp disks in VMs like in the Ddsv6 can reach 200-600k IOPS.

Breaking changes:
I refactored the Azure config values to be a bit more sensible. This should not affect any of our known Azure customers.

  • azureKeyVaultCSI renamed to azureKeyVaultDriver
  • Azure Key Vault CSI Driver is now enabled by default and the recommended path for all Azure customers.
  • Most values were moved under a top level azure: key

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mdeeks mdeeks merged commit d327a47 into main Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants