Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partition disks ('sdb') not being created on AKS regions running release v20250220 #4854

Open
stl327 opened this issue Mar 11, 2025 · 1 comment
Assignees
Labels

Comments

@stl327
Copy link
Contributor

stl327 commented Mar 11, 2025

Upon creating AKS clusters using available SKUs on regions running the latest AKS release, further analysis shows that disk partitions (‘sdb’, namely are not getting created). This resulted in the same behavior (all repros are running ephemeral disks).

@stl327 stl327 added the storage label Mar 11, 2025
@stl327 stl327 self-assigned this Mar 11, 2025
@stl327
Copy link
Contributor Author

stl327 commented Mar 11, 2025

By default, in new create operations on supported k8s versions, if you have selected a VM SKU which supports Ephemeral OS disks but have not specified an OS disk size, AKS will provision an Ephemeral OS disk with a size that scales according to the total temp storage of the VM SKU, so long as the temp is at least 128GiB. If you are looking to utilize the temp storage of the VM SKU, you will need to specify the OS disk size during deployment, otherwise it will be consumed by default. See more information here: https://learn.microsoft.com/en-us/azure/aks/concepts-storage#default-os-disk-sizing

https://github.com/Azure/AKS/releases/tag/2025-02-20

@stl327 stl327 closed this as completed Mar 11, 2025
@stl327 stl327 reopened this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant